Accepts endpoint connection requests.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | EnableVpcEndpointConnection |
The operation that you want to perform. Set the value to EnableVpcEndpointConnection. |
Bandwidth | Integer | Yes | 1024 |
The bandwidth of the connection from the endpoint to the endpoint service. Unit: Mbit/s. |
EndpointId | String | Yes | ep-hp33b2e43fays7s8**** |
The ID of the endpoint. |
RegionId | String | Yes | eu-west-1 |
The region ID of the endpoint from which connection requests are accepted. You can call the DescribeRegions operation to query region IDs. |
ServiceId | String | Yes | epsrv-hp3vpx8yqxblby3i**** |
The ID of the endpoint service. |
ClientToken | String | No | 0c593ea1-3bea-11e9-b96b-88e9fe637760 |
The client token that is used to ensure the idempotence of the request. You can use the client to generate a value that is unique among different requests. ClientToken can contain only ASCII characters. It must be 1 to 64 characters in length. |
DryRun | Boolean | No | false |
Specifies whether to only check the API request. Valid values: true: only checks the API request. If you select this option, the endpoint connection
request is not accepted after the request passes the check. Check items include whether
the AccessKey pair is valid, whether a RAM user is authorized, and whether the required
parameters are specified. If the request fails to meet the requirements in the check
items, an error message is returned. If the request meets the requirements in the
check items, the false (default): checks the API request. After the request passes the check, the 2XX HTTP status code is returned, and the endpoint connection request is accepted. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 0ED8D006-F706-4D23-88ED-E11ED28DCAC0 |
The ID of the request. |
Examples
Sample requests
https://[Endpoint]/?Action=EnableVpcEndpointConnection
&Bandwidth=1024
&EndpointId=ep-hp33b2e43fays7s8****
&RegionId=eu-west-1
&ServiceId=epsrv-hp3vpx8yqxblby3i****
&<Common request parameters>
Sample success responses
XML
format
<EnableVpcEndpointConnectionResponse>
<RequestId>3109D437-5D6D-4A28-B5F5-EF936DExxxx</RequestId>
</EnableVpcEndpointConnectionResponse>
JSON
format
{
"RequestId": "3109D437-5D6D-4A28-B5F5-EF936DExxxx"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
400 | EndpointServiceNotFound | The specified Service does not exist. | The error message returned because the specified endpoint service does not exist. |
400 | EndpointConnectionNotFound | The specified endpoint connection does not exist. | The error message returned because the endpoint connection is not found. |
400 | EndpointConnectionOperationDenied | The endpoint is being connected. | The error message returned because the operation is not allowed when the endpoint connection is being processed. |
For a list of error codes, visit the API Error Center.