Retrieve block storage volume details
GET /block-storage/{id}
curl \
-X GET https://api-ch-gva-2.exoscale.com/v2/block-storage/{id}
Response examples (200)
{
"labels": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"instance": {
"id": "string"
},
"name": "string",
"state": "snapshotting",
"size": 42,
"blocksize": 42,
"block-storage-snapshots": [
{
"id": "string"
}
],
"id": "string",
"created-at": "2024-05-04T09:42:00+00:00"
}