Create Protection Group

POST https://{{cluster_vip}}/v2/data-protect/protection-groups

Creates a Protection Group for protecting Isilon.

Considerations:

  • policyId , storageDomainId and the ID of the Isilon source to be protected are required in the request body for running this API.
  • For protecting Iislon volumes of type NFS, ensure to enter the protocol value as kNfs3 or kNfs4_1 in the request body.
  • The protectionGroupId from the API response is required for running the Protection Group for protecting the Isilon source.

Request Body

{"policyId"=>"1867183226494767:1669693131113:14307", "startTime"=>{"hour"=>11, "minute"=>41, "timeZone"=>"Asia/Calcutta"}, "priority"=>"kMedium", "sla"=>[{"backupRunType"=>"kFull", "slaMinutes"=>120}, {"backupRunType"=>"kIncremental", "slaMinutes"=>60}], "qosPolicy"=>"kBackupHDD", "abortInBlackouts"=>false, "storageDomainId"=>5, "name"=>"Isilon_API", "environment"=>"kIsilon", "isPaused"=>false, "description"=>"", "alertPolicy"=>{"backupRunStatus"=>["kFailure"], "alertTargets"=>[]}, "isilonParams"=>{"objects"=>[{"id"=>5986}, {"id"=>5388}], "directCloudArchive"=>false, "nativeFormat"=>true, "indexingPolicy"=>{"enableIndexing"=>true, "includePaths"=>["/"], "excludePaths"=>[]}, "protocol"=>"kNfs3", "continueOnError"=>true, "useChangelist"=>false, "encryptionEnabled"=>false, "backupExistingSnapshot"=>true, "excludeObjectIds"=>[]}}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring