Managed Service for Greenplum® API, REST: ResourceGroup.GetAtRevision
Written by
Updated at January 23, 2025
Returns the specified resource group at revision.
HTTP request
GET https://mdb.api.cloud.yandex.net/managed-greenplum/v1/clusters/{clusterId}/resource_groups/at_rev
Path parameters
Field |
Description |
clusterId |
string Required field. ID of the Greenplum cluster. |
Query parameters
Field |
Description |
revision |
string (int64) Cluster revision |
resourceGroupName |
string Required field. |
Response
HTTP Code: 200 - OK
{
"name": "string",
"isUserDefined": "boolean",
"concurrency": "string",
"cpuRateLimit": "string",
"memoryLimit": "string",
"memorySharedQuota": "string",
"memorySpillRatio": "string"
}
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 |