All Products
Search
Document Center

PolarDB:ModifyPxfuseSecurityIps

Last Updated:Sep 10, 2026

Modifies the PXFuse node whitelist.

Operation description


Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

Yes

The region in which the instance resides.

cn-hangzhou

DBInstanceName

string

Yes

The name of the instance.

pxsp-*********

SecurityIPList

string

Yes

The IP addresses in the whitelist group. Separate multiple IP addresses with commas (,).

127.0.0.1,192.168.0.0

GroupName

string

No

The name of the whitelist group for the instance.

default

ModifyMode

string

No

The modification mode of the whitelist. Valid values:

  • 0: overwrites the whitelist group.

  • 1: adds a whitelist group.

  • 2: deletes a whitelist group.

1

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

C457B28E-9CAB-4B77-B5C6-5D71B7870B6E

Data

object

The monitoring data.

TaskId

integer

The task ID.

******

AccessDeniedDetail

object

The details of the access denial.

AuthAction

string

The name of the operation.

xxx

AuthPrincipalType

string

The type of the identity used for authentication in the request. Valid values:

  • SubUser: RAM user.

  • AssumedRoleUser: RAM role.

  • Federated: SSO federated identity.

222

NoPermissionType

string

The type of the permission denial.

ImplicitDeny

PolicyType

string

PolicyType

PRIORITY

EncodedDiagnosticMessage

string

The diagnostic information.

AQEAAAAAaKPfwjY0MzMyODRGLUZCQkQtNTA1RS04MUUxLTc5NTkzODk2MUIzMg==

AuthPrincipalOwnerId

string

The owner ID of the authenticated principal.

111

AuthPrincipalDisplayName

string

The display name of the authenticated principal.

xxx

Examples

Success response

JSON format

{
  "RequestId": "C457B28E-9CAB-4B77-B5C6-5D71B7870B6E",
  "Data": {
    "TaskId": 0
  },
  "AccessDeniedDetail": {
    "AuthAction": "xxx",
    "AuthPrincipalType": "222",
    "NoPermissionType": "ImplicitDeny",
    "PolicyType": "PRIORITY",
    "EncodedDiagnosticMessage": "AQEAAAAAaKPfwjY0MzMyODRGLUZCQkQtNTA1RS04MUUxLTc5NTkzODk2MUIzMg==",
    "AuthPrincipalOwnerId": "111",
    "AuthPrincipalDisplayName": "xxx"
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.