DataProtect-MSSQL

Number of APIs: 9

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

  2. Get Storage Domain GET https://{{cluster}}/irisservices/api/v1/public/viewBoxes

  3. Get Protection Policy GET https://{{cluster}}/v2/data-protect/policies

  4. Get MSSQL objects GET https://{{cluster}}/v2/data-protect/search/objects?environments=kSQL&searchString=MSSQL*

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

  6. Run the Protection Job POST https://{{cluster}}/irisservices/api/v1/public/protectionJobs/run/{{protectionJobId}}

  7. Get the Job Status GET https://{{cluster}}/irisservices/api/v1/public/protectionRuns?jobId={{protectionJobId}}

  8. Restore Overwrite database POST https://{{cluster}}/irisservices/api/v1/public/restore/applicationsRecover

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