v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
NAS

List all snapshots

List snapshots for the specified backup set.

get/storageconfig/v2/csets/{csetID}/snapshots

Path parameters

csetIDinteger required

Specify the csetID of the corresponding backup set.

Query parameters

snapshotTypesstring[]

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. Available values: HOT, WARM, COLD

fromTimestring

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

toTimestring

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

sortBystring

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. The default value is DESC.

pageSizeinteger

Specify the number of records that must be displayed on a page.

pageTokenstring

Specify the token to access the next page of results. Keep this field blank in the first request. Use the token value received in the previous response's parameter 'nextPageToken'.

useCtimeboolean

The parameter indicating whether the time is displayed in Epoch or CTime format.

Headers

X-Drv-Product-Jwtstring required

Specify atleast one authentication token.

authEntitiesstring required

Specify the authorization information. It should be in the format: "pType=org;pID=orgID", where orgID is the ID of your organization.

Response

The list of all snapshots.