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
        • ListAtRevision
        • Create
        • Update
        • Delete
        • BatchUpdate
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes

In this article:

  • HTTP request
  • Path parameters
  • Query parameters
  • Response
  • HBARule
  1. API reference
  2. REST
  3. HBARule
  4. ListAtRevision

Managed Service for Greenplum® API, REST: HBARule.ListAtRevision

Written by
Yandex Cloud
Updated at November 26, 2024
  • HTTP request
  • Path parameters
  • Query parameters
  • Response
  • HBARule

Retrieves a list of HBA rules for Greenplum clusters for particular revision.

HTTP requestHTTP request

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

Path parametersPath parameters

Field

Description

clusterId

string

Required field. ID of the Greenplum cluster.
To get the Greenplum cluster ID use a ClusterService.List request.

Query parametersQuery parameters

Field

Description

revision

string (int64)

Cluster revision

ResponseResponse

HTTP Code: 200 - OK

{
  "hbaRules": [
    {
      "priority": "string",
      "connectionType": "string",
      "database": "string",
      "user": "string",
      "address": "string",
      "authMethod": "string"
    }
  ]
}

Field

Description

hbaRules[]

HBARule

Requested list of hba rules for the cluster.

HBARuleHBARule

Field

Description

priority

string (int64)

Priority of the Greenplum cluster rule.

connectionType

enum (ConnectionType)

  • CONNECTION_TYPE_UNSPECIFIED
  • HOST: Matches connection attempts made using TCP/IP.
  • HOSTSSL: Matches connection attempts made using TCP/IP, but only when the connection is made with SSL encryption.
  • HOSTNOSSL: Matches connection attempts made over TCP/IP that do not use SSL.

database

string

Required field. Specifies which database names this record matches.

user

string

Required field. Specifies which database role names this user matches.

address

string

Required field. Specifies the client machine addresses that this record matches.

authMethod

enum (AuthMethod)

Specifies the authentication method to use when a connection matches this record.
https://gpdb.docs.pivotal.io/6-6/security-guide/topics/Authenticate.html

  • AUTH_METHOD_UNSPECIFIED
  • MD5: Perform SCRAM-SHA-256 or MD5 authentication to verify the user's password.
  • LDAP: Perform LDAP authentication, if MDB_GREENPLUM_LDAP flag is set
  • REJECT: Disable authentication

Was the article helpful?

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