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 SMB, ensure to enter the
protocol
value as kCifs1, kCifs2, or kCifs3 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:3", "startTime"=>{"hour"=>15, "minute"=>42, "timeZone"=>"Asia/Calcutta"}, "priority"=>"kMedium", "sla"=>[{"backupRunType"=>"kFull", "slaMinutes"=>120}, {"backupRunType"=>"kIncremental", "slaMinutes"=>60}], "qosPolicy"=>"kBackupHDD", "abortInBlackouts"=>false, "storageDomainId"=>5, "name"=>"Isilon_SMB", "environment"=>"kIsilon", "isPaused"=>false, "description"=>"", "alertPolicy"=>{"backupRunStatus"=>["kFailure"], "alertTargets"=>[]}, "isilonParams"=>{"objects"=>[{"id"=>5997}, {"id"=>5984}], "directCloudArchive"=>false, "nativeFormat"=>true, "indexingPolicy"=>{"enableIndexing"=>true, "includePaths"=>["/"], "excludePaths"=>[]}, "protocol"=>"kCifs1", "continueOnError"=>true, "useChangelist"=>false, "encryptionEnabled"=>true, "backupExistingSnapshot"=>true, "excludeObjectIds"=>[]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: Created
{"id":"1867183226494767:1669693131113:82780","name":"Isilon_SMB","policyId":"1867183226494767:1669693131113:3","priority":"kMedium","storageDomainId":5,"description":"","startTime":{"hour":15,"minute":42,"timeZone":"Asia/Calcutta"},"alertPolicy":{"backupRunStatus":["kFailure"],"alertTargets":[]},"sla":[{"backupRunType":"kIncremental","slaMinutes":60},{"backupRunType":"kFull","slaMinutes":120}],"qosPolicy":"kBackupHDD","abortInBlackouts":false,"isActive":true,"isPaused":false,"environment":"kIsilon","permissions":null,"missingEntities":null,"isilonParams":{"objects":[{"id":5997,"name":"/ifs/pttest/fitest"},{"id":5984,"name":"/ifs/SMB-Only/jn_test"}],"directCloudArchive":false,"nativeFormat":true,"indexingPolicy":{"enableIndexing":true,"includePaths":["/"],"excludePaths":null},"protocol":"kCifs1","continueOnError":true,"encryptionEnabled":true,"useChangelist":false,"sourceId":5207,"sourceName":"sv4-isilon1"}}