All Products
Search
Document Center

PolarDB:ModifyApplicationEndpointAddress

Last Updated:Jul 28, 2026

Modifies the endpoint address of a PolarDB application.

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 syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

ApplicationId

string

Yes

The application ID.

pa-**************

EndpointId

string

Yes

The endpoint ID.

pa-**************

NetType

string

Yes

The network type of the endpoint address. Valid values:

  • Public: public network.

  • Private: private network.

Public

NewPorts

array<object>

No

The list of new ports.

object

No

The list of new ports.

OldPort

integer

No

The old port value.

18789

NewPort

integer

No

The new port value.

443

PortName

string

No

The port name.

polarclaw

NewConnectionStringPrefix

string

No

The new endpoint prefix.

xg06iror0l

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

155462B9-205F-4FFC-BB43-4855FE******

ApplicationId

string

The application ID.

pa-**************

EndpointId

string

The endpoint ID.

pa-**************

Examples

Success response

JSON format

{
  "RequestId": "155462B9-205F-4FFC-BB43-4855FE******",
  "ApplicationId": "pa-**************",
  "EndpointId": "pa-**************"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.