Applies for a Letter of Authorization (LOA) for an Express Connect circuit.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
ClientToken | String | No | 123e4567-e89b-12d3-a456-426655440000 |
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 make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. Note If you do not set this parameter, the system automatically uses RequestId as ClientToken. RequestId may be different for each API request.
|
Action | String | Yes | ApplyPhysicalConnectionLOA |
The operation that you want to perform. Set the value to ApplyPhysicalConnectionLOA. |
RegionId | String | Yes | cn-hangzhou |
The region ID of the Express Connect circuit. You can call the DescribeRegions operation to query the most recent region list. |
Bandwidth | Integer | No | 3 |
The bandwidth of the Express Connect circuit. Unit: Mbit/s. |
PeerLocation | String | No | Hangzhou |
The geographic location where the Express Connect circuit is deployed. |
InstanceId | String | Yes | pc-bp1qrb3044eqi**** |
The ID of the Express Connect circuit. |
CompanyName | String | Yes | company |
The name of the customer company that requires the Express Connect circuit. |
LineType | String | Yes | FIBRE |
The type of the Express Connect circuit. Valid values:
|
Si | String | Yes | Alibaba Cloud |
The construction company. |
ConstructionTime | String | Yes | 2022-02-28T16:00:00.000Z |
The time when construction started. Specify the time in the ISO 8601 standard in the YYYY-MM-DDThh:mm:ssZ format. The time must be in UTC. |
PMInfo.N.PMCertificateNo | String | No | 5****************9 |
The identity number of the construction engineer. Replace N with a natural number when you call this operation. |
PMInfo.N.PMName | String | No | Tom |
The name of the construction engineer. Replace N with a natural number when you call this operation. |
PMInfo.N.PMCertificateType | String | No | IDCard |
The type of the identity document of the construction engineer. Replace N with a natural number when you call this operation. |
PMInfo.N.PMGender | String | No | Male |
The gender of the construction engineer. Replace N with a natural number when you call this operation. |
PMInfo.N.PMContactInfo | String | No | 1381111**** |
The contact information about the construction engineer. Replace N with a natural number when you call this operation. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | A47BD386-7FDE-42C4-8D22-C6223D18AA1C |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?ClientToken=123e4567-e89b-12d3-a456-426655440000
&Action=ApplyPhysicalConnectionLOA
&ResourceOwnerId=253460731706911258
&RegionId=cn-hangzhou
&Bandwidth=3
&PeerLocation=Hangzhou
&InstanceId=pc-bp1qrb3044eqi****
&CompanyName=company
&LineType=FIBRE
&Si=Alibaba
&ConstructionTime=2022-02-28T16:00:00.000Z
&PMInfo=[{"PMCertificateNo":"5****************9","PMName":"Tom","PMCertificateType":"IDCard","PMGender":"Male","PMContactInfo":"1381111****"}]
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<ApplyPhysicalConnectionLOAResponse>
<RequestId>A47BD386-7FDE-42C4-8D22-C6223D18AA1C</RequestId>
</ApplyPhysicalConnectionLOAResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "A47BD386-7FDE-42C4-8D22-C6223D18AA1C"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
400 | OperationFailed.PconnTrafficNotEnable | The operation is failed because of PconnTrafficNotEnable. | The error message returned because billing for outbound data transfer is disabled. |
For a list of error codes, visit the API Error Center.