List all snapshots

Returns snapshots for the specified backup set.

Path Params
int32
required

Specify the ID of your organization. Get the ID of an organization using the 'List all organizations' API.

int32
required

Specify the ID of your backup set. Get the ID of your backup set using the 'List all backup sets' API.

Query Params
string

Specify the type of snapshot. Set it to "HOT", "WARM", or "COLD" to display all snapshots of the specified type. Specify multiple snapshot types by separating the values with commas.

date-time

Specify a date and time in the UTC format YYYY-MM-DDTHH:MM:SSZ to display all snapshots created after this date and time.

date-time

Specify a date and time in the UTC format YYYY-MM-DDTHH:MM:SSZ to display all snapshots created before this date and time.

string
enum

Specify whether to sort the returned snapshots in ascending or descending order of the snapshot creation time. Set it to "ASC" or "DESC" to sort the list in ascending or descending order respectively. The default value is DESC.

Allowed:
string

Specify the token to access the results on the next page. Keep this field blank for the first request. To view the results on the next page, use the value received in the 'nextPageToken' parameter of the previous response.

Responses

400

Bad Request

401

The request did not include an authentication token or the authentication token was expired.

403

Forbidden

404

The requested resource was not found.

500

The request was not processed due to an internal error in Cloud.

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