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:

  • HTTP request
  • Path parameters
  • Response
  • ResourceGroup
  1. API reference
  2. REST
  3. ResourceGroup
  4. List

Managed Service for Greenplum® API, REST: ResourceGroup.List

Written by
Yandex Cloud
Updated at January 23, 2025
  • HTTP request
  • Path parameters
  • Response
  • ResourceGroup

List all resource group

HTTP requestHTTP request

GET https://mdb.api.cloud.yandex.net/managed-greenplum/v1/clusters/{clusterId}/resource_groups

Path parametersPath parameters

Field

Description

clusterId

string

Required field.

ResponseResponse

HTTP Code: 200 - OK

{
  "resourceGroups": [
    {
      "name": "string",
      "isUserDefined": "boolean",
      "concurrency": "string",
      "cpuRateLimit": "string",
      "memoryLimit": "string",
      "memorySharedQuota": "string",
      "memorySpillRatio": "string"
    }
  ]
}

Field

Description

resourceGroups[]

ResourceGroup

ResourceGroupResourceGroup

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

Was the article helpful?

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