All Products
Search
Document Center

Virtual Private Cloud:CompletePhysicalConnectionLOA

Last Updated:Mar 04, 2024

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.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
vpc:CompletePhysicalConnectionLOAWrite
  • PhysicalConnection
    acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ClientTokenstringNo

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.
02fb3da4-230e-11e9-8e44-0016e04115b
RegionIdstringYes

The region ID of the Express Connect circuit.

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

cn-shanghai
InstanceIdstringYes

The ID of the Express Connect circuit.

pc-bp10tvlhnwkw****
LineCodestringNo

The circuit code provided by the connectivity provider.

aaa111****
LineLabelstringNo

The label of the cable in the data center.

bbb222****
LineServiceProviderstringNo

The ISP. Valid values:

  • China Telecom
  • China Unicom
  • China Mobile
  • Other ISPs in China
Other ISPs in China
LineSPContactInfostringNo

The contact information about line O&M.

1388888****
FinishWorkbooleanNo

Specifies whether the construction is completed. Valid values:

  • true
  • false
true

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

F8983C74-E068-4509-B442-89BD82C8F43B

Examples

Sample success responses

JSONformat

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

Error codes

HTTP status codeError codeError messageDescription
400MissingParam.AliUid%s-
400MissingParam.InstanceId%s-
400MissingParam.RegionNo%s-
400InvalidInstanceId.NotFound%s-
400IncorrectStatus.PhysicalConnectionLOA%s-
400IllegalParam.LineCode%s-
400IllegalParam.LineLabel%s-
400OperationDenied.LOAStatusNotAllowCompleteThe operation is not allowed because of LOAStatusNotAllowComplete.The LOA status of the port does not allow completion reporting or line O&M.
400IllegalParam.LineSPContactInfoLineSPContactInfo is illegal.The contact information of the operator's line operation and maintenance is illegal.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-11-07The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Error Codes 400 change
2023-09-08The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400
2023-09-07API Description Update. The Error code has changed. The request parameters of the API has changedsee changesets
Change itemChange content
API DescriptionAPI Description Update.
Error CodesThe Error code has changed.
    Error Codes 400 change
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: LineServiceProvider
    Added Input Parameters: LineSPContactInfo
    Added Input Parameters: FinishWork