Snapshots
Get snapshot
Get detailed information about a specific snapshot.
get/cloud/v1/snapshots/{project_id}/{region_id}/{snapshot_id}
Path parameters
project_idinteger required
Project ID
Example:1
Project ID
region_idinteger required
Region ID
Example:1
Region ID
snapshot_idstring uuid4 required
Unique identifier of the snapshot
Example:726ecfcc-7fd0-4e30-a86e-7892524aa483
Unique identifier of the snapshot
Response
OK
Example response
{
"created_at": "2019-05-29T05:32:41+0000",
"creator_task_id": "2358e3b1-5c42-4705-8950-6ddcfc19c3bd",
"description": "Snapshot description",
"id": "726ecfcc-7fd0-4e30-a86e-7892524aa483",
"name": "my-snapshot",
"project_id": 1337,
"region": "Luxembourg 1",
"region_id": 7,
"size": 20,
"tags": [
{
"key": "my-tag",
"read_only": false,
"value": "my-tag-value"
}
],
"updated_at": "2019-05-29T05:39:20+0000",
"volume_id": "67baa7d1-08ea-4fc5-bef2-6b2465b7d227"
}