Snapshot
List snapshots
List all snapshots of current orginazation.
get/snapshots
Query parameters
pageinteger
Example:1
Page number
pageSizeinteger
Example:10
Page size
Response
List snapshots
Example response
{
"total": 100,
"page": 1,
"pageSize": 10,
"data": [
{
"id": "c9bdc193-b54b-4ddb-a035-5ac0c598d32d",
"name": "my-snapshot-1",
"boxType": "linux",
"providerType": "vm",
"status": "Available"
}
]
}