GET
/
snapshots
List snapshots
curl --request GET \
  --url https://api.cloud.onidel.com/snapshots \
  --header 'Authorization: <api-key>'
[
  {
    "id": "c1d45377-b2a9-4407-ab8d-6909c34dfaac",
    "created_at": "2025-01-05T13:00:20.010Z",
    "name": "vm-snapshot-name",
    "desc": "snapshot @ 20/09/2025",
    "size": 20,
    "status": "available"
  }
]

Authorizations

Authorization
string
header
required

Provide the value as: Token <your-api-token>

Response

Successful operation

id
string<uuid>
Example:

"c1d45377-b2a9-4407-ab8d-6909c34dfaac"

created_at
string<datetime>
Example:

"2025-01-05T13:00:20.010Z"

name
string<string>
Example:

"vm-snapshot-name"

desc
string<string>
Example:

"snapshot @ 20/09/2025"

size
integer
Example:

20

status
enum<string>
Available options:
available,
pending