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
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
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
  • GetResourceGroupAtRevisionRequest
  • ResourceGroup
  1. API reference
  2. gRPC
  3. ResourceGroup
  4. GetAtRevision

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

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

Returns the specified resource group at revision.

gRPC requestgRPC request

rpc GetAtRevision (GetResourceGroupAtRevisionRequest) returns (ResourceGroup)

GetResourceGroupAtRevisionRequestGetResourceGroupAtRevisionRequest

{
  "cluster_id": "string",
  "revision": "int64",
  "resource_group_name": "string"
}

Field

Description

cluster_id

string

Required field. ID of the Greenplum cluster.

revision

int64

Cluster revision

resource_group_name

string

Required field.

ResourceGroupResourceGroup

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

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
List
Next
Create
© 2025 Direct Cursus Technology L.L.C.