|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (4)
View Page HistoryUse the {{createPolicy}} API to create a new policy.
Use the {{getVolumes}} API to retrieve a list of your volumes.
{code}
########====CDP Server Configuration Start====########
########====CDP Server Configuration Start====########
...
$PASS="admin";
########====CDP Server Configuration End====########
########====CDP Server Configuration End====########
#Retrieve a list of volumes.
try{
$client = new soapclient("https://$HOST:$PORT/Volume?wsdl",
$client = new soapclient("https://$HOST:$PORT/Volume?wsdl",
...