Workflows-NAS (Generic) NFS Protection Workflow
Number of APIs: 15
-
Generate Access Token POST https://{{cluster-vip}}/v2/access-tokens
-
Register Generic NAS Source POST https://{{cluster-vip}}/irisservices/api/v1/backupsources
-
Get Sources List GET https://{{cluster-vip}}/v2/data-protect/sources/registrations
-
Create Protection Policy POST https://{{cluster-vip}}/v2/data-protect/policies
-
Verify Protection Policy Creation GET https://{{cluster-vip}}/v2/data-protect/policies
-
Get Storage Domains List GET https://{{cluster-vip}}/v2/storage-domains
-
Create Protection Group POST https://{{cluster-vip}}/v2/data-protect/protection-groups
-
Run Protection Group POST https://{{cluster-vip}}/v2/data-protect/protection-groups/{{protectionGroupId}}/runs
-
Get Protection Group Run Status GET https://{{cluster-vip}}/v2/data-protect/protection-groups/{{protectionGroupId}}/runs
-
Get Objects List GET https://{{cluster-vip}}/v2/data-protect/objects/{{sourceId}}