Reports information about the completed installation of the leased line.
Debug
Use OpenAPI Explorer to perform debug operations and generate SDK code examples.
Request parameters
Parameter | Type | Required? | Example value | Description |
---|---|---|---|---|
Action | String | Yes | CompletePhysicalConnectionLOA |
The name of this action. Value: CompletePhysicalConnectionLOA |
InstanceId | String | Yes | pc-bp10tvlhnwkwxxxxxxxxxx |
The instance ID of the physical connection. |
LineCode | String | Yes | aaa111 |
The code of the leased line. |
LineLabel | String | Yes | bbb222 |
The label numbers of cables at the installation site. |
RegionId | String | Yes | cn-hangzhou |
The region of the physical connection. |
ClientToken | String | No | F8983C74-E068-4509-B442-89xxxxxC8F43B |
Optional. The token used for client authentication. |
Response parameters
Parameter | Type | Example value | Description |
---|---|---|---|
RequestId | String | F8983C74-E068-4509-B442-89BD82C8F43B |
The ID of the request. |
Examples
Request example
http(s)://[Endpoint]/? InstanceId=pc-bp10tvlhnwkwxxxxxxxxxx
&LineCode=aaa111
&LineLabel=bbb222
&RegionId=cn-hangzhou
&<CommonParameters>
Response examples
XML
format
<CompletePhysicalConnectionLOAResponse>
<code>200</code>
<message>successful</message>
<requestId>5FA3B04E-AEA0-4F89-BF0D-3FD71ED69BF7</requestId>
<success>true</success>
</CompletePhysicalConnectionLOAResponse>
JSON
format
{
"message":"successful",
"requestId":"5FA3B04E-AEA0-4F89-BF0D-3FD71ED69BF7",
"code":"200",
"success":true
}