|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (4)
View Page HistoryUse the {{updateDiskSafe}} API to refresh the values for a disk safe.
Use the {{createPolicy}} API to create a new policy.
{code}
########====CDP Server Configuration Start====########
########====CDP Server Configuration Start====########
...
$policyObj->diskSafeVerificationScheduleFrequencyType = "DAILY";
$policyObj->diskSafeVerificationScheduleFrequencyValues = $diskSafeVerificationFreqVals;
$policyObj->diskSafeVerificationScheduleFrequencyValues = $diskSafeVerificationFreqVals;
#Create a new policy.
try{
$client = new soapclient("https://$HOST:$PORT/Policy2?wsdl",
$client = new soapclient("https://$HOST:$PORT/Policy2?wsdl",
...