DataProtect-View
Number of APIs: 10
-
Generate Access Token POST https://{{cluster}}/irisservices/api/v1/public/accessTokens
-
Get Storage Domains GET https://{{cluster}}/v2/storage-domains
-
Create View POST https://{{cluster}}/v2/file-services/views
-
Create Protection Policy POST https://{{cluster}}/v2/data-protect/policies
-
Create Protection Group POST https://{{cluster}}/v2/data-protect/protection-groups
-
Run Protection Group POST https://{{cluster}}/v2/data-protect/protection-groups/{{protectionJobId}}/runs
-
Get Protection Group Runs GET https://{{cluster}}/v2/data-protect/protection-groups/{{protectionJobId}}/runs
-
Get Snapshots GET https://{{cluster}}/v2/data-protect/search/protected-objects?snapshotActions=RecoverObjects&searchString=*&protectionGroupIds={{protectionJobId}}&environments=kView
-
Remove Protection Group DELETE https://{{cluster}}/v2/data-protect/protection-groups/{{protectionJobId}}?deleteSnapshots=true
-
Delete View DELETE https://{{cluster}}/v2/file-services/views/{{viewId}}