Yandex Cloud
  • Services
  • Solutions
  • Why Yandex Cloud
  • Blog
  • Pricing
  • Documentation
  • Contact us
Get started
Language / Region
Yandex project
© 2023 Yandex.Cloud LLC
Yandex Managed Service for Redis
  • Getting started
  • Step-by-step instructions
  • Tutorials
  • Concepts
  • Access management
  • Pricing policy
  • API reference
    • Authentication in the API
    • gRPC
    • REST
      • Overview
      • Backup
      • Cluster
      • ResourcePreset
        • Overview
        • get
        • list
      • Operation
  • Revision history
  • Questions and answers
  1. API reference
  2. REST
  3. ResourcePreset
  4. get

Managed Service for Redis API, REST: ResourcePreset.get

Written by
Yandex Cloud
,
improved by
amatol
  • HTTP request
  • Path parameters
  • Response

Returns the specified resource preset.

To get the list of available resource presets, make a list request.

HTTP request

GET https://mdb.api.cloud.yandex.net/managed-redis/v1/resourcePresets/{resourcePresetId}

Path parameters

Parameter Description
resourcePresetId

Required. ID of the resource preset to return. To get the resource preset ID, use a list request.

Response

HTTP Code: 200 - OK

{
  "id": "string",
  "zoneIds": [
    "string"
  ],
  "memory": "string",
  "cores": "string"
}

A resource preset that describes hardware configuration for a host.

Field Description
id string

ID of the resource preset.

zoneIds[] string

IDs of availability zones where the resource preset is available.

memory string (int64)

RAM volume for a Redis host created with the preset, in bytes.

cores string (int64)

Number of CPU cores for a Redis host created with the preset.

Was the article helpful?

Language / Region
Yandex project
© 2023 Yandex.Cloud LLC
In this article:
  • HTTP request
  • Path parameters
  • Response