Get replicated snapshots for an application.

Privileges: DRAAS_VIEW

Gets the replicated snapshot details for all objects from the latest application version. API will return the latest replicated snapshot for all objects when no filters are specified. These replicated snapshots are served from the internal cache and may be stale.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

Specifies the ID of the application.

Query Params
objectIds
array of int64s

Specifies the list of objectIDs to filter the snapshot information. This list should only contain the list of objectIDs at the source site that was added while creating the application. 'fromTimeUsecs' and 'toTimeUsecs' must be set to valid timestamps when using the 'objectIds' filter.

objectIds
int64

Specifies the starting timestamp in Unix time epoch in microseconds to get the snapshots response. 'objectIds' filter must be specified with at least one ID when using 'fromTimeUsecs' filter.

int64

Specifies the ending timestamp in Unix time epoch in microseconds to get the snapshot response. 'objectIds' filter must be specified with at least one ID when using 'toTimeUsecs' filter.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*