/data_source
v1 Endpoints
REST Endpoint |
Description |
GraphQL Query | CDM Availability |
---|---|---|---|
POST /data_source/snapshot/bulk_delete | This endpoint deletes all snapshots from all locations for the objects with the IDs specified by the 'objectIds' parameter. API returning success does not guarantee that the snapshots will be expired. | mutation deleteSnapshotsOfUnmanagedObjects | Restricted |
GET /data_source/{id}/expired_custom_retention_snapshots | Gets a list of the snapshots of a specified data source that have expired according to the snapshot-level SLA Domain assignments. This list does not include remote snapshots. | Available | |
POST /data_source/{id}/snapshot/bulk_delete | Bulk deletion of the snapshots specified by a list of snapshot IDs for a given object. Object type is required. Location ID is optional. API returning success does not guarantee that the snapshot will be expired. | mutation deleteUnmanagedSnapshots | Restricted |