DataProtect-View

Number of APIs: 10

  1. Generate Access Token POST https://{{cluster}}/irisservices/api/v1/public/accessTokens

  2. Get Storage Domains GET https://{{cluster}}/v2/storage-domains

  3. Create View POST https://{{cluster}}/v2/file-services/views

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

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

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

  7. Get Protection Group Runs GET https://{{cluster}}/v2/data-protect/protection-groups/{{protectionJobId}}/runs

  8. Get Snapshots GET https://{{cluster}}/v2/data-protect/search/protected-objects?snapshotActions=RecoverObjects&searchString=*&protectionGroupIds={{protectionJobId}}&environments=kView

  9. Remove Protection Group DELETE https://{{cluster}}/v2/data-protect/protection-groups/{{protectionJobId}}?deleteSnapshots=true

  10. Delete View DELETE https://{{cluster}}/v2/file-services/views/{{viewId}}