Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Compute Cloud
  • Yandex Container Solution
  • Access management
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • List
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • HTTP request
  • Query parameters
  • Response
  • DiskType
  1. API reference
  2. REST
  3. DiskType
  4. List

Compute Cloud API, REST: DiskType.List

Written by
Yandex Cloud
Updated at November 26, 2024
  • HTTP request
  • Query parameters
  • Response
  • DiskType

Retrieves the list of disk types for the specified folder.

HTTP requestHTTP request

GET https://compute.api.cloud.yandex.net/compute/v1/diskTypes

Query parametersQuery parameters

Field

Description

pageSize

string (int64)

The maximum number of results per page to return. If the number of available
results is larger than pageSize,
the service returns a ListDiskTypesResponse.nextPageToken
that can be used to get the next page of results in subsequent list requests.

pageToken

string

Page token. To get the next page of results, set pageToken to the
ListDiskTypesResponse.nextPageToken returned by a previous list request.

ResponseResponse

HTTP Code: 200 - OK

{
  "diskTypes": [
    {
      "id": "string",
      "description": "string",
      "zoneIds": [
        "string"
      ]
    }
  ],
  "nextPageToken": "string"
}

Field

Description

diskTypes[]

DiskType

List of disk types.

nextPageToken

string

This token allows you to get the next page of results for list requests. If the number of results
is larger than ListDiskTypesRequest.pageSize, use
the nextPageToken as the value
for the ListDiskTypesRequest.pageToken query parameter
in the next list request. Each subsequent list request will have its own
nextPageToken to continue paging through the results.

DiskTypeDiskType

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.

Was the article helpful?

Previous
Get
Next
Overview
Yandex project
© 2025 Yandex.Cloud LLC