Managed Service for Apache Kafka® API, REST: ResourcePreset.Get
Written by
Updated at October 17, 2024
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
Field |
Description |
resourcePresetId |
string Required field. ID of the resource preset to return. To get the resource preset ID, use a ResourcePresetService.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. |