Get Object Status
GET https://{{cluster_vip}}/v2/data-protect/objects/{{sourceId}}/stats
Returns the snapshot summary of the objects that are being protected in the source specified in the API URL.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"snapshotsSummary":[{"snapshotTargetType":"Local","snapshotCount":1,"latestSnapshotTimestampUsecs":1675209533498160}]}