Managed Service for Greenplum® API, REST: ResourceGroup.List
Статья создана
Обновлена 23 января 2025 г.
List all resource group
HTTP request
GET https://mdb.api.cloud.yandex.net/managed-greenplum/v1/clusters/{clusterId}/resource_groups
Path parameters
Field |
Description |
clusterId |
string Required field. |
Response
HTTP Code: 200 - OK
{
"resourceGroups": [
{
"name": "string",
"isUserDefined": "boolean",
"concurrency": "string",
"cpuRateLimit": "string",
"memoryLimit": "string",
"memorySharedQuota": "string",
"memorySpillRatio": "string"
}
]
}
Field |
Description |
resourceGroups[] |
ResourceGroup
Field |
Description |
name |
string Required field. |
isUserDefined |
boolean |
concurrency |
string (int64) References to CONCURRENCY from gp resource group parameter |
cpuRateLimit |
string (int64) References to CPU_RATE_LIMIT from gp resource group parameter |
memoryLimit |
string (int64) References to MEMORY_LIMIT from gp resource group parameter |
memorySharedQuota |
string (int64) References to MEMORY_SHARED_QUOTA from gp resource group parameter |
memorySpillRatio |
string (int64) References to MEMORY_SPILL_RATIO from gp resource group parameter |