List all snapshots

Returns snapshots for the specified backup set.

Log in to see full request history
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 using the 'List backup sets' API.

Query Params
string

Specify the type of snapshot. The possible values for the snapshot type are: "HOT", "WARM", and "COLD". 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

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 ASC.

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.

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