Snapshots
PCD Identity Service token authentication
Shows details for all project. Admin only.
Comma-separated list of sort keys and optional sort directions
Sorts by an attribute
Sorts by direction (asc or desc)
Requests a page size of items
Used in conjunction with limit to return items starting from the offset position
The ID of the last-seen item
Whether to show count in response (microversion 3.45+)
OK
Total count of snapshots (microversion 3.45+)
GET /cinder/v3/snapshots HTTP/1.1
Host: example.platform9.com
X-Auth-Token: YOUR_API_KEY
Accept: */*
OK
{
"snapshots": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"links": [
{
"href": "https://example.com",
"rel": "text",
"type": "text"
}
]
}
],
"snapshots_links": [
{
"href": "https://example.com",
"rel": "text",
"type": "text"
}
],
"count": 1
}PCD Identity Service token authentication
Accepted
POST /cinder/v3/snapshots HTTP/1.1
Host: example.platform9.com
X-Auth-Token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 159
{
"snapshot": {
"volume_id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text",
"force": true,
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
}Accepted
{
"snapshot": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text",
"size": 1,
"status": "text",
"volume_id": "123e4567-e89b-12d3-a456-426614174000",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_at": "2026-01-01T00:00:00.000Z",
"updated_at": "2026-01-01T00:00:00.000Z",
"user_id": "123e4567-e89b-12d3-a456-426614174000",
"os-extended-snapshot-attributes:project_id": "123e4567-e89b-12d3-a456-426614174000",
"os-extended-snapshot-attributes:progress": "text",
"group_snapshot_id": "123e4567-e89b-12d3-a456-426614174000",
"consumes_quota": true,
"links": [
{
"href": "https://example.com",
"rel": "text",
"type": "text"
}
]
}
}PCD Identity Service token authentication
Shows details for all project. Admin only.
Comma-separated list of sort keys and optional sort directions
Sorts by an attribute
Sorts by direction (asc or desc)
Requests a page size of items
Used in conjunction with limit to return items starting from the offset position
The ID of the last-seen item
Whether to show count in response (microversion 3.45+)
OK
Total count of snapshots (microversion 3.45+)
GET /cinder/v3/snapshots/detail HTTP/1.1
Host: example.platform9.com
X-Auth-Token: YOUR_API_KEY
Accept: */*
OK
{
"snapshots": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text",
"size": 1,
"status": "text",
"volume_id": "123e4567-e89b-12d3-a456-426614174000",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_at": "2026-01-01T00:00:00.000Z",
"updated_at": "2026-01-01T00:00:00.000Z",
"user_id": "123e4567-e89b-12d3-a456-426614174000",
"os-extended-snapshot-attributes:project_id": "123e4567-e89b-12d3-a456-426614174000",
"os-extended-snapshot-attributes:progress": "text",
"group_snapshot_id": "123e4567-e89b-12d3-a456-426614174000",
"consumes_quota": true,
"links": [
{
"href": "https://example.com",
"rel": "text",
"type": "text"
}
]
}
],
"snapshots_links": [
{
"href": "https://example.com",
"rel": "text",
"type": "text"
}
],
"count": 1
}PCD Identity Service token authentication
The UUID of the snapshot
OK
GET /cinder/v3/snapshots/{snapshot_id} HTTP/1.1
Host: example.platform9.com
X-Auth-Token: YOUR_API_KEY
Accept: */*
OK
{
"snapshot": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text",
"size": 1,
"status": "text",
"volume_id": "123e4567-e89b-12d3-a456-426614174000",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_at": "2026-01-01T00:00:00.000Z",
"updated_at": "2026-01-01T00:00:00.000Z",
"user_id": "123e4567-e89b-12d3-a456-426614174000",
"os-extended-snapshot-attributes:project_id": "123e4567-e89b-12d3-a456-426614174000",
"os-extended-snapshot-attributes:progress": "text",
"group_snapshot_id": "123e4567-e89b-12d3-a456-426614174000",
"consumes_quota": true,
"links": [
{
"href": "https://example.com",
"rel": "text",
"type": "text"
}
]
}
}PCD Identity Service token authentication
The UUID of the snapshot
OK
PUT /cinder/v3/snapshots/{snapshot_id} HTTP/1.1
Host: example.platform9.com
X-Auth-Token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 49
{
"snapshot": {
"name": "text",
"description": "text"
}
}OK
{
"snapshot": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text",
"size": 1,
"status": "text",
"volume_id": "123e4567-e89b-12d3-a456-426614174000",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_at": "2026-01-01T00:00:00.000Z",
"updated_at": "2026-01-01T00:00:00.000Z",
"user_id": "123e4567-e89b-12d3-a456-426614174000",
"os-extended-snapshot-attributes:project_id": "123e4567-e89b-12d3-a456-426614174000",
"os-extended-snapshot-attributes:progress": "text",
"group_snapshot_id": "123e4567-e89b-12d3-a456-426614174000",
"consumes_quota": true,
"links": [
{
"href": "https://example.com",
"rel": "text",
"type": "text"
}
]
}
}PCD Identity Service token authentication
The UUID of the snapshot
Request is accepted, but processing may take some time
No content
DELETE /cinder/v3/snapshots/{snapshot_id} HTTP/1.1
Host: example.platform9.com
X-Auth-Token: YOUR_API_KEY
Accept: */*
Request is accepted, but processing may take some time
No content
PCD Identity Service token authentication
The UUID of the snapshot
Request is accepted, but processing may take some time
No content
POST /cinder/v3/snapshots/{snapshot_id}/action HTTP/1.1
Host: example.platform9.com
X-Auth-Token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 37
{
"os-reset_status": {
"status": "text"
}
}Request is accepted, but processing may take some time
No content
Last updated
Was this helpful?
