Workflows-Physical File-based Protection Workflows-Linux Physical Server File-Based Protection Workflow

Number of APIs: 11

  1. Generate Access Token POST https://{{cluster-vip}}/v2/access-tokens

  2. Register Linux Physical Server POST https://{{cluster-vip}}/irisservices/api/v1/public/protectionSources/register

  3. Create Protection Policy POST https://{{cluster-vip}}/v2/data-protect/policies

  4. Create Storage Domain POST https://{{cluster-vip}}/irisservices/api/v1/public/viewBoxes

  5. Create File-based Protection Group POST https://{{cluster-vip}}/v2/data-protect/protection-groups

  6. Run Protection Group POST https://{{cluster-vip}}/v2/data-protect/protection-groups/{{protectionGroupId}}/runs

  7. Get Protection Group Run Status GET https://{{cluster_1-ip}}/v2/data-protect/protection-groups/{{protectionGroupId}}/runs

  8. Get Latest Snapshot GET https:/{{cluster-vip}}/v2/data-protect/objects/{{Linux_Source_Id}}/protection-groups/{{protectionGroupId}}/indexed-objects/snapshots?indexedObjectName=/etc/anaconda/product.d/centos.conf&includeIndexedSnapshotsOnly=true

  9. Recover File POST https://{{cluster-vip}}/v2/data-protect/recoveries

  10. Delete Protection Group DELETE https://{{cluster-vip}}/v2/data-protect/protection-groups/{{protectionGroupId}}?deleteSnapshots=true