Creates a connection address for a specified application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:CreateApplicationEndpointAddress |
none |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
The application ID. |
pa-************** |
| EndpointId |
string |
Yes |
The service endpoint ID. |
pa-************** |
| NetType |
string |
Yes |
The network type of the new connection address. The value must be |
Public |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
3E5CD764-FCCA-5C9C-838E-20E0DE84B2AF |
| ApplicationId |
string |
The application ID. |
pa-************** |
| EndpointId |
string |
The service endpoint ID. |
pa-************** |
Examples
Success response
JSON format
{
"RequestId": "3E5CD764-FCCA-5C9C-838E-20E0DE84B2AF",
"ApplicationId": "pa-**************",
"EndpointId": "pa-**************"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.