Confirms an Express Connect circuit and changes its status to Confirmed.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the Express Connect circuit. You can call the DescribeRegions operation to query the most recent region list. |
cn-shanghai |
| PhysicalConnectionId |
string |
Yes |
The ID of the Express Connect circuit. |
pc-119mf**** |
| ClientToken |
string |
No |
The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. Note
If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request. |
02fb3da4-130e-11e9-8e44-0016e0**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
API-20365164-5b0d-460a-83c2-2189972b**** |
Examples
Success response
JSON format
{
"RequestId": "API-20365164-5b0d-460a-83c2-2189972b****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | OperationFailed.PconnTrafficNotEnable | The operation is failed because of PconnTrafficNotEnable. | Billing for outbound data transfer is disabled. |
| 400 | ResourceNotFound.PhysicalConnectionId | PhysicalConnection is not found. | PhysicalConnectionId is set to an invalid value. |
| 400 | MissingParam.RegionNo | RegionNo is missing. | The RegionNo parameter is not set. |
| 400 | MissingParam.AliUid | AliUid is missing. | The AliUid parameter is not set. |
| 400 | MissingParam.PhysicalConnectionId | PhysicalConnectionId is missing. | The PhysicalConnectionId is not set. |
| 400 | InvalidPhysicalConnectionId.NotFound | The specified physicalConnection is not found | The PhysicalConnectionId parameter is set to an invalid value. |
| 400 | InvalidRegionId.NotFound | The specified RegionId is not found. | The specified region ID is invalid. Check whether the service is available in the specified region. |
| 400 | IncorrectStatus.PhysicalConnection | The specified PhysicalConnectionId is not in Allocated state. | The PhysicalConnectionId parameter is not in the Allocated state. |
| 400 | OperationUnsupported.SkipConstruction | You can not skip construction. | You cannot skip the construction step. |
| 400 | ResourceNotFound.PhysicalConnection | The specified resource of %s is not found. | The PhysicalConnection does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.