GET
Get Volume By ID

Authorizations

Authorization
string
header
required

The access token from a signed-in console session, sent as Authorization: Bearer <token>. It must be issued for the Simnet API audience — an identity token, or a token for another application, is refused with 401.

There are no API keys, client secrets or service accounts yet, so this is a personal, short-lived credential carrying your full account access. Programmatic credentials with role-based access are on the roadmap. See Authentication.

Headers

X-Region-Context
string<uuid>

The region to run this request against, as a region UUID. Omit it to use your default region — your primary region if you have one, otherwise the first active one. See Regions.

Path Parameters

id
string
required

Response

Success.

Recovered from the code that builds this response. Individual row fields are not yet schema-documented.

id
string
name
string
type
string
state
string
size
integer
sizeGb
string
zoneName
string
zoneId
string
account
string
domainId
string
domain
string
virtualMachineId
string
vmName
string
vmDisplayName
string
vmState
string
templateId
string
templateName
string
created
string
deviceId
integer
provisioningType
string
serviceOfferingId
string
serviceOfferingName
string
diskIopsTotal
integer
diskKbsRead
integer
diskKbsWrite
integer
diskIoRead
integer
diskIoWrite
integer
isExtractable
boolean
quiesceVm
boolean
supportsStorageSnapshot
boolean
deleteProtection
boolean
destroyed
boolean