Workflows-NAS (Generic) NFS Protection Workflow

Number of APIs: 15

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

  2. Register Generic NAS Source POST https://{{cluster-vip}}/irisservices/api/v1/backupsources

  3. Get Sources List GET https://{{cluster-vip}}/v2/data-protect/sources/registrations

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

  5. Verify Protection Policy Creation GET https://{{cluster-vip}}/v2/data-protect/policies

  6. Get Storage Domains List GET https://{{cluster-vip}}/v2/storage-domains

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

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

  9. Get Protection Group Run Status GET https://{{cluster-vip}}/v2/data-protect/protection-groups/{{protectionGroupId}}/runs

  10. Get Objects List GET https://{{cluster-vip}}/v2/data-protect/objects/{{sourceId}}