Managed Service for YDB API, REST: ResourcePreset.Get
Written by
Updated at October 17, 2024
Returns the specified resource preset.
HTTP request
GET https://ydb.api.cloud.yandex.net/ydb/v1/resourcePresets/{resourcePresetId}
Path parameters
Field |
Description |
resourcePresetId |
string Required field. Required. ID of the resource preset to return. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"cores": "string",
"memory": "string"
}
Field |
Description |
id |
string |
cores |
string (int64) |
memory |
string (int64) |