All Products
Search
Document Center

ApsaraDB RDS:DescribePGHbaConfig

Last Updated:Apr 17, 2024

Queries the configuration of the pg_hba.conf file of an ApsaraDB RDS for PostgreSQL instance.

Operation description

Supported database engines

RDS PostgreSQL

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
rds:DescribePGHbaConfigRead
  • DBInstance
    acs:rds:{#regionId}:{#accountId}:dbinstance/{#dbinstanceId}
  • rds:ResourceTag
none

Request parameters

ParameterTypeRequiredDescriptionExample
ClientTokenstringNo

A reserved parameter. You do not need to specify this parameter.

1
DBInstanceIdstringYes

The instance ID. You can call the DescribeDBInstances operation to query the instance ID.

pgm-bp1lymyn1v3i****
ResourceGroupIdstringNo

The ID of the resource group.

rg-acfmy*****

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

HbaModifyTimestring

The time when the previous modification was made to the pg_hba.conf file.

2021-11-25T06:00:40Z
ModifyStatusReasonstring

The reason why the previous modification was made to the pg_hba.conf file.

The specified users (testuser) is not exist.
RequestIdstring

The request ID.

A147A124-A147-5CCF-9609-B73C028848DF
LastModifyStatusstring

The status of the previous modification to the pg_hba.conf file. Valid values:

  • success
  • setting
  • failed
success
DefaultHbaItemsobject []

The default configuration items of the pg_hba.conf file.

Typestring

The type of connection to the instance. The value is fixed as host.

host
Maskstring

The mask of the instance. The value is fixed as null.

null
Databasestring

The names of the databases that the specified users are allowed to access. The value is fixed as all or replication.

all
PriorityIdinteger

The priority of the configuration items in the pg_hba.conf file. This value is automatically generated.

0
Addressstring

The IP addresses from which the specified users can access the specified databases. The value is fixed as 0.0.0.0/0.

0.0.0.0/0
Optionstring

The value of this parameter is based on the value of the Method parameter. The value is fixed as null.

null
Methodstring

The authentication method. The value is fixed as md5.

md5
Userstring

The user that is allowed to access the instance. The value is fixed as all.

all
RunningHbaItemsobject []

The current configuration items of the pg_hba.conf file.

Typestring

The connection type. Valor:

  • host: The record matches TCP/IP connections, including SSL connections and non-SSL connections.
  • hostssl: The record matches only TCP/IP connections that are established over SSL.
  • hostnossl: The record matches only TCP/IP connections that are not established over SSL connections.
host
Maskstring

The mask of the IP address.

null
Databasestring

The name of the database.

all
PriorityIdinteger

The priority.

3
Addressstring

The IP address of the client.

0.0.0.0/0
Optionstring

The value of this parameter varies based on the value of the Method parameter. The value is fixed as null.

null
Methodstring

The authentication method.

md5
Userstring

The username of the account.

all
DBInstanceIdstring

The instance ID.

rm-bp1*****

Examples

Sample success responses

JSONformat

{
  "HbaModifyTime": "2021-11-25T06:00:40Z",
  "ModifyStatusReason": "The specified users (testuser) is not exist.",
  "RequestId": "A147A124-A147-5CCF-9609-B73C028848DF",
  "LastModifyStatus": "success",
  "DefaultHbaItems": {
    "HbaItem": [
      {
        "Type": "host",
        "Mask": "null",
        "Database": "all",
        "PriorityId": 0,
        "Address": "0.0.0.0/0",
        "Option": "null",
        "Method": "md5",
        "User": "all"
      }
    ]
  },
  "RunningHbaItems": {
    "HbaItem": [
      {
        "Type": "host",
        "Mask": "null",
        "Database": "all",
        "PriorityId": 3,
        "Address": "0.0.0.0/0",
        "Option": "null",
        "Method": "md5",
        "User": "all"
      }
    ]
  },
  "DBInstanceId": "rm-bp1*****"
}

Error codes

HTTP status codeError codeError messageDescription
400IncorrectDBInstanceTypeCurrent DB instance type does not support this operation.The operation failed. The RDS instance is not in a ready state.
400InvalidDBInstanceName.NotFoundThe specified DB instance name does not exist.The instance name does not exist.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2022-08-04The Error code has changed. The request parameters of the API has changed. The response structure of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: ResourceGroupId
Output ParametersThe response structure of the API has changed.
2022-02-14The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Added Error Codes: 400