|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (3)
View Page HistoryUse the {{updateDiskSafe}} API to refresh the values for a disk safe.
Use the {{getPolicyById}} API to retrieve a policy based on the entered ID.
{code}
########====CDP Server Configuration Start====########
########====CDP Server Configuration Start====########
...
$POLICYID="5c6016f5-fb6e-4c84-bac8-9d0a446887b2";
#Retrieve a policy based on the entered ID.
try{
$client = new soapclient("https://$HOST:$PORT/Policy2?wsdl",
$client = new soapclient("https://$HOST:$PORT/Policy2?wsdl",
...