Retrieve Snapshot details
GET /snapshot/{id}
curl \
-X GET https://api-ch-gva-2.exoscale.com/v2/snapshot/{id}
Response examples (200)
{
"id": "string",
"name": "string",
"created-at": "2024-05-04T09:42:00+00:00",
"state": "snapshotting",
"size": 42,
"export": {
"presigned-url": "string",
"md5sum": "string"
},
"instance": {}
}