Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex MPP Analytics for PostgreSQL
  • 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
  • Response
  • HBARule
  1. API reference
  2. REST
  3. HBARule
  4. List

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

Written by
Yandex Cloud
Updated at August 8, 2025
  • HTTP request
  • Path parameters
  • Response
  • HBARule

Retrieves a list of HBA rules for Greenplum clusters.

HTTP requestHTTP request

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

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.

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
  • IAM: Perform authentication with IAM token

Was the article helpful?

Previous
Overview
Next
ListAtRevision
© 2025 Direct Cursus Technology L.L.C.