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

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

{"snapshotsSummary":[{"snapshotTargetType":"Local","snapshotCount":1,"latestSnapshotTimestampUsecs":1675209533498160}]}