Managed Service for Greenplum® API, gRPC: ResourceGroupService.List
Written by
Updated at January 23, 2025
List all resource group
gRPC request
rpc List (ListResourceGroupsRequest) returns (ListResourceGroupsResponse)
ListResourceGroupsRequest
{
"cluster_id": "string"
}
Field |
Description |
cluster_id |
string Required field. |
ListResourceGroupsResponse
{
"resource_groups": [
{
"name": "string",
"is_user_defined": "google.protobuf.BoolValue",
"concurrency": "google.protobuf.Int64Value",
"cpu_rate_limit": "google.protobuf.Int64Value",
"memory_limit": "google.protobuf.Int64Value",
"memory_shared_quota": "google.protobuf.Int64Value",
"memory_spill_ratio": "google.protobuf.Int64Value"
}
]
}
Field |
Description |
resource_groups[] |
ResourceGroup
Field |
Description |
name |
string Required field. |
is_user_defined |
|
concurrency |
References to CONCURRENCY from gp resource group parameter |
cpu_rate_limit |
References to CPU_RATE_LIMIT from gp resource group parameter |
memory_limit |
References to MEMORY_LIMIT from gp resource group parameter |
memory_shared_quota |
References to MEMORY_SHARED_QUOTA from gp resource group parameter |
memory_spill_ratio |
References to MEMORY_SPILL_RATIO from gp resource group parameter |