Get Volume
GET/v1/compute/volumes/{volume_id}
Get Volume
curl https://api.nirvanalabs.io/v1/compute/volumes/$VOLUME_ID \
-H "Authorization: Bearer $NIRVANA_LABS_API_KEY"{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-01-01T00:00:00Z",
"kind": "boot",
"name": "my-volume",
"project_id": "123e4567-e89b-12d3-a456-426614174000",
"region": "us-sva-2",
"size": 100,
"status": "ready",
"tags": [
"production",
"ethereum"
],
"type": "abs",
"updated_at": "2025-01-01T00:00:00Z",
"vm_id": "123e4567-e89b-12d3-a456-426614174000",
"vm_name": "my-vm"
}Returns Examples
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-01-01T00:00:00Z",
"kind": "boot",
"name": "my-volume",
"project_id": "123e4567-e89b-12d3-a456-426614174000",
"region": "us-sva-2",
"size": 100,
"status": "ready",
"tags": [
"production",
"ethereum"
],
"type": "abs",
"updated_at": "2025-01-01T00:00:00Z",
"vm_id": "123e4567-e89b-12d3-a456-426614174000",
"vm_name": "my-vm"
}