Generates a report for an installed physical connection.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | CompletePhysicalConnectionLOA |
The operation that you want to perform. Set the value to CompletePhysicalConnectionLOA. |
InstanceId | String | Yes | pc-bp10tvlhnwkwxxxxxxxxxx |
The ID of the physical connection. |
LineCode | String | Yes | aaa111 |
The circuit code provided by the Internet service provider (ISP). |
LineLabel | String | Yes | bbb222 |
The label of the cable in the data center. |
RegionId | String | Yes | cn-hangzhou |
The ID of the region where the physical connection is deployed. |
ClientToken | String | No | F8983C74-E068-4509-B442-89xxxxxC8F43B |
The client token that is used for authentication. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | F8983C74-E068-4509-B442-89BD82C8F43B |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? InstanceId=pc-bp10tvlhnwkwxxxxxxxxxx
&LineCode=aaa111
&LineLabel=bbb222
&RegionId=cn-hangzhou
&<Common request parameters>
Sample success responses
XML
format
<CompletePhysicalConnectionLOAResponse>
<code>200</code>
<message>successful</message>
<requestId>5FA3B04E-AEA0-4F89-BF0D-3FD71ED69BF7</requestId>
<success>true</success>
</CompletePhysicalConnectionLOAResponse>
JSON
format
{
"code":"200",
"message":"successful",
"requestId":"5FA3B04E-AEA0-4F89-BF0D-3FD71ED69BF7",
"success":true
}
Error codes
For a list of error codes, visit the API Error Center.