Generates a report for an installed Express Connect circuit.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
ClientToken String No 02fb3da4-230e-11e9-8e44-0016e04115b

The client token that is used to ensure the idempotence of the request.

You can use the client to generate the value, but you must ensure that it is unique among different requests.

Note If you do not set this parameter, the system automatically uses RequestId as ClientToken. RequestId of each API request may be different.
Action String Yes CompletePhysicalConnectionLOA

The operation that you want to perform. Set the value to CompletePhysicalConnectionLOA.

RegionId String Yes cn-shanghai

The region ID of the Express Connect circuit.

You can call the DescribeRegions operation to query the most recent region list.

InstanceId String Yes pc-bp10tvlhnwkw****

The ID of the Express Connect circuit.

LineCode String No aaa111****

The circuit code provided by the connectivity provider.

LineLabel String No bbb222****

The label of the cable in the data center.

Response parameters

Parameter Type Example Description
RequestId String F8983C74-E068-4509-B442-89BD82C8F43B

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/?ClientToken=02fb3da4-230e-11e9-8e44-0016e04115b
&Action=CompletePhysicalConnectionLOA
&RegionId=cn-shanghai
&InstanceId=pc-bp10tvlhnwkw****
&LineCode=aaa111****
&LineLabel=bbb222****
&Common request parameters

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<CompletePhysicalConnectionLOAResponse>
    <RequestId>F8983C74-E068-4509-B442-89BD82C8F43B</RequestId>
</CompletePhysicalConnectionLOAResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "F8983C74-E068-4509-B442-89BD82C8F43B"
}

Error codes

For a list of error codes, visit the API Error Center.