Create Protection Policy

POST https://{{cluster_vip}}/v2/data-protect/policies

Creates a Protection Policy on the Cohesity cluster.

The policy ID from the output is required to create the Protection Group for protecting the Isilon source.

Request Body

{"backupPolicy"=>{"regular"=>{"incremental"=>{"schedule"=>{"unit"=>"Days", "daySchedule"=>{"frequency"=>1}}}, "retention"=>{"unit"=>"Days", "duration"=>14}}}, "name"=>"NASIsilon", "description"=>"Policy for newman automation", "remoteTargetPolicy"=>{}, "retryOptions"=>{"retries"=>3, "retryIntervalMins"=>5}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: Created

{"name":"NASIsilon","backupPolicy":{"regular":{"incremental":{"schedule":{"unit":"Days","daySchedule":{"frequency":1}}},"retention":{"unit":"Weeks","duration":2}}},"description":"Policy for newman automation","blackoutWindow":null,"extendedRetention":null,"retryOptions":{"retries":3,"retryIntervalMins":5},"id":"1867183226494767:1669693131113:82017"}