Compute Cloud API, REST: DiskType.get
Returns the information about specified disk type.
To get the list of available disk types, make a list request.
HTTP request
GET https://compute.api.il.nebius.cloud/compute/v1/diskTypes/{diskTypeId}
Path parameters
Parameter | Description |
---|---|
diskTypeId | Required. ID of the disk type to return information about. To get the disk type ID use a list request. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"description": "string",
"zoneIds": [
"string"
]
}
Field | Description |
---|---|
id | string ID of the disk type. |
description | string Description of the disk type. 0-256 characters long. |
zoneIds[] | string Array of availability zones where the disk type is available. |