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
  • Query parameters
  • Response
  1. API reference
  2. REST
  3. ResourceGroup
  4. GetAtRevision

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

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

Returns the specified resource group at revision.

HTTP requestHTTP request

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

Path parametersPath parameters

Field

Description

clusterId

string

Required field. ID of the Greenplum cluster.

Query parametersQuery parameters

Field

Description

revision

string (int64)

Cluster revision

resourceGroupName

string

Required field.

ResponseResponse

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

Was the article helpful?

Previous
List
Next
Create
Yandex project
© 2025 Yandex.Cloud LLC