murano/windc/tests/manual/createDataCenter.sh

5 lines
144 B
Bash
Executable File

#!/bin/bash
URL=http://localhost:8082/foo/datacenters
curl -v -H "Content-Type: application/json" -X POST -d@createDataCenterParameters$1 $URL