Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Managed Service for Greenplum®
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • List
        • GetAtRevision
        • Create
        • Update
        • Delete
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • ListResourceGroupsRequest
  • ListResourceGroupsResponse
  • ResourceGroup
  1. API reference
  2. gRPC
  3. ResourceGroup
  4. List

Managed Service for Greenplum® API, gRPC: ResourceGroupService.List

Written by
Yandex Cloud
Updated at January 23, 2025
  • gRPC request
  • ListResourceGroupsRequest
  • ListResourceGroupsResponse
  • ResourceGroup

List all resource group

gRPC requestgRPC request

rpc List (ListResourceGroupsRequest) returns (ListResourceGroupsResponse)

ListResourceGroupsRequestListResourceGroupsRequest

{
  "cluster_id": "string"
}

Field

Description

cluster_id

string

Required field.

ListResourceGroupsResponseListResourceGroupsResponse

{
  "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

ResourceGroupResourceGroup

Field

Description

name

string

Required field.

is_user_defined

google.protobuf.BoolValue

concurrency

google.protobuf.Int64Value

References to CONCURRENCY from gp resource group parameter

cpu_rate_limit

google.protobuf.Int64Value

References to CPU_RATE_LIMIT from gp resource group parameter

memory_limit

google.protobuf.Int64Value

References to MEMORY_LIMIT from gp resource group parameter

memory_shared_quota

google.protobuf.Int64Value

References to MEMORY_SHARED_QUOTA from gp resource group parameter

memory_spill_ratio

google.protobuf.Int64Value

References to MEMORY_SPILL_RATIO from gp resource group parameter

Was the article helpful?

Previous
Overview
Next
GetAtRevision
Yandex project
© 2025 Yandex.Cloud LLC