Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML Services
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Compute Cloud
  • Yandex Container Solution
  • Access management
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • Get
        • List
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • GetDiskTypeRequest
  • DiskType
  1. API reference
  2. gRPC
  3. DiskType
  4. Get

Compute Cloud API, gRPC: DiskTypeService.Get

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GetDiskTypeRequest
  • DiskType

Returns the information about specified disk type.

To get the list of available disk types, make a List request.

gRPC requestgRPC request

rpc Get (GetDiskTypeRequest) returns (DiskType)

GetDiskTypeRequestGetDiskTypeRequest

{
  "disk_type_id": "string"
}

Field

Description

disk_type_id

string

Required field. ID of the disk type to return information about.
To get the disk type ID use a DiskTypeService.List request.

DiskTypeDiskType

{
  "id": "string",
  "description": "string",
  "zone_ids": [
    "string"
  ]
}

Field

Description

id

string

ID of the disk type.

description

string

Description of the disk type. 0-256 characters long.

zone_ids[]

string

Array of availability zones where the disk type is available.

Was the article helpful?

Previous
Overview
Next
List
© 2025 Direct Cursus Technology L.L.C.