Modifies the endpoint address of a PolarDB application.
Try it now
Test
RAM authorization
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 |
| 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.