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 Managed Service for YDB
  • Getting started
  • Access management
    • Overview
    • API authentication
      • Overview
        • Overview
        • Get
        • List
  • Monitoring metrics
  • Audit Trails events
  • FAQ
  • Public materials

In this article:

  • gRPC request
  • ListResourcePresetsRequest
  • ListResourcePresetsResponse
  • ResourcePreset
  1. Yandex Cloud API reference for Managed Service for YDB
  2. gRPC
  3. ResourcePreset
  4. List

Managed Service for YDB API, gRPC: ResourcePresetService.List

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • ListResourcePresetsRequest
  • ListResourcePresetsResponse
  • ResourcePreset

Returns the list of available resource presets.

gRPC requestgRPC request

rpc List (ListResourcePresetsRequest) returns (ListResourcePresetsResponse)

ListResourcePresetsRequestListResourcePresetsRequest

{
  "page_size": "int64",
  "page_token": "string"
}

Field

Description

page_size

int64

The maximum number of results per page that should be returned. If the number of available
results is larger than page_size, the service returns a next_page_token that can be used
to get the next page of results in subsequent ListResourcePresets requests.
Acceptable values are 0 to 1000, inclusive. Default value: 100.

page_token

string

Page token. Set page_token to the next_page_token returned by a previous ListResourcePresets
request to get the next page of results.

ListResourcePresetsResponseListResourcePresetsResponse

{
  "resource_presets": [
    {
      "id": "string",
      "cores": "int64",
      "memory": "int64"
    }
  ],
  "next_page_token": "string"
}

Field

Description

resource_presets[]

ResourcePreset

Requested list of resource presets.

next_page_token

string

This token allows you to get the next page of results for ListResourcePresets requests,
if the number of results is larger than page_size specified in the request.
To get the next page, specify the value of next_page_token as a value for
the page_token parameter in the next ListResourcePresets request. Subsequent ListResourcePresets
requests will have their own next_page_token to continue paging through the results.

ResourcePresetResourcePreset

Field

Description

id

string

cores

int64

memory

int64

Was the article helpful?

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