DataProtect-MSSQL
Number of APIs: 9
-
Generate Token POST https://{{cluster}}/irisservices/api/v1/public/accessTokens
-
Get Storage Domain GET https://{{cluster}}/irisservices/api/v1/public/viewBoxes
-
Get Protection Policy GET https://{{cluster}}/v2/data-protect/policies
-
Get MSSQL objects GET https://{{cluster}}/v2/data-protect/search/objects?environments=kSQL&searchString=MSSQL*
-
Create a Protection Job POST https://{{cluster}}/v2/data-protect/protection-groups
-
Run the Protection Job POST https://{{cluster}}/irisservices/api/v1/public/protectionJobs/run/{{protectionJobId}}
-
Get the Job Status GET https://{{cluster}}/irisservices/api/v1/public/protectionRuns?jobId={{protectionJobId}}
-
Restore Overwrite database POST https://{{cluster}}/irisservices/api/v1/public/restore/applicationsRecover
-
Delete the Protection Job DELETE https://{{cluster}}/v2/data-protect/protection-groups/{{protectionJobId}}?deleteSnapshots=true