Yandex.Cloud
  • Services
  • Why Yandex.Cloud
  • Pricing
  • Documentation
  • Contact us
Get started
Yandex Managed Service for Apache Kafka®
  • Getting started
  • Step-by-step instructions
    • All instructions
    • Information about existing clusters
    • Creating clusters
    • Connecting to clusters
    • Stopping and starting clusters
    • Changing cluster settings
    • Working with topics and partitions
    • Managing Kafka accounts
    • Deleting clusters
  • Concepts
    • Relationship between service resources
    • Topics and partitions
    • Brokers
    • Producers and consumers
    • Host classes
    • Network in Managed Service for Apache Kafka®
    • Quotas and limits
    • Storage types
  • Access management
  • Pricing policy
  • API reference
    • Authentication in the API
    • gRPC
      • Overview
      • ClusterService
      • ResourcePresetService
      • TopicService
      • UserService
      • OperationService
    • REST
      • Overview
      • Cluster
        • Overview
        • create
        • delete
        • get
        • list
        • listHosts
        • listLogs
        • listOperations
        • move
        • start
        • stop
        • streamLogs
        • update
      • ResourcePreset
        • Overview
        • get
        • list
      • Topic
        • Overview
        • create
        • delete
        • get
        • list
        • update
      • User
        • Overview
        • create
        • delete
        • get
        • grantPermission
        • list
        • revokePermission
        • update
      • Operation
        • Overview
        • get
  • Questions and answers
  1. API reference
  2. REST
  3. ResourcePreset
  4. get

Method get

  • 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-kafka/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"
  ],
  "cores": "string",
  "memory": "string"
}

A ResourcePreset resource for describing hardware configuration presets.

Field Description
id string

ID of the resource preset.

zoneIds[] string

IDs of availability zones where the resource preset is available.

cores string (int64)

Number of CPU cores for a Kafka broker created with the preset.

memory string (int64)

RAM volume for a Kafka broker created with the preset, in bytes.

In this article:
  • HTTP request
  • Path parameters
  • Response
Language
Careers
Privacy policy
Terms of use
© 2021 Yandex.Cloud LLC