All Products
Search
Document Center

Virtual Private Cloud:SecondApplyPhysicalConnectionLOA

Last Updated:Mar 22, 2024

If your application for a Letter of Authorization (LOA) by calling the ApplyPhysicalConnectionLOA operation is denied, you can call this operation to apply again.

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:SecondApplyPhysicalConnectionLOAWrite
  • 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 token, but you must make sure that the token is unique among different requests.

Note If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
123e4567-e89b-12d3-a456-426655440000
RegionIdstringYes

The region where the Express Connect circuit is deployed. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
BandwidthintegerNo

The bandwidth of the Express Connect circuit. Unit: Mbit/s.

Valid values: 2 to 10240.

3
PeerLocationstringNo

The geographic location where the Express Connect circuit is deployed.

XX Number, XX Road, XX Town, XX District, Hangzhou City, Zhejiang Province.
InstanceIdstringYes

The ID of the Express Connect circuit.

pc-bp1qrb3044eqi****
CompanyNamestringYes

The name of the customer company that requires the Express Connect circuit.

company
LineTypestringYes

The type of Express Connect circuit. Valid values:

  • MSTP
  • MPLSVPN
  • FIBRE
  • Other
FIBRE
SistringYes

The construction company.

company
ConstructionTimestringYes

The time when construction started. Specify the time in the ISO 8601 standard in the YYYY-MM-DDThh:mm:ssZ format. The time is displayed in UTC.

2022-02-28T16:00:00Z
PMInfoobject []No

The information about the construction engineer.

PMCertificateNostringYes

The ID number of the construction engineer. You can specify the ID number of an ID card or an international passport.

You can configure information for up to 16 construction engineers.

5****************9
PMNamestringYes

The name of the construction engineer.

Zhangsan
PMCertificateTypestringYes

The type of the identity document of the construction engineer. Valid values:

  • IDCard
  • Passport
IDCard
PMGenderstringYes

The gender of the construction engineer.

Male
PMContactInfostringYes

The contact information about the construction engineer.

1390000****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

A47BD386-7FDE-42C4-8D22-C6223D18AA1C

Examples

Sample success responses

JSONformat

{
  "RequestId": "A47BD386-7FDE-42C4-8D22-C6223D18AA1C\t\n"
}

Error codes

HTTP status codeError codeError messageDescription
400OperationFailed.PconnTrafficNotEnableThe operation is failed because of PconnTrafficNotEnable.Billing for outbound data transfer is disabled.
400IllegalParam.BandwidthInvalid Bandwidth.The bandwidth of the Express Connect circuit is invalid.
400IllegalParam.CompanyLocalizedNameInvalid CompanyLocalizedName.The localized name of the company is invalid.
400IllegalParam.CompanyNameInvalid CompanyName.The company name is invalid.
400IllegalParam.LineTypeInvalid LineType.The Express Connect circuit type is invalid.
400IllegalParam.PeerLocationInvalid PeerLocation.The location of the Express Connect circuit is invalid.
400IllegalParam.PmCertificateTypeInvalid PmCertificateType.The certificate type of the engineer is invalid.
400IllegalParam.PmCertificateNoInvalid PmCertificateNo.The certificate number of the engineer is invalid.
400IllegalParam.PmContactInfoInvalid PmContactInfo.The contact information about the engineer is invalid.
400IllegalParam.PmGenderInvalid PmGender.The engineer gender is invalid.
400IllegalParam.PmNameInvalid PmName.The engineer name is invalid.
400IllegalParam.SiInvalid Si.The construction company is invalid.
400InvalidInstanceId.NotFoundInstanceId is not found.The Express Connect circuit ID is invalid.
400IncorrectStatus.PhysicalConnectionInvalid physical connection status.The Express Connect circuit is in an invalid state.
400IncorrectStatus.PhysicalConnectionLOAInvalid Express Connect circuit LOA status.The construction status of the Express Connect circuit is invalid.
400OperationDenied.LOAForVirtualPhysicalConnectionThe operation is not allowed because of LOAForVirtualPhysicalConnection.The shared Express Connect circuit does not allow construction.
400MissingParam.InstanceIdThe parameter InstanceId is mandatory.You must specify the Express Connect circuit ID.
400MissingParam.ConstructionTimeThe parameter ConstructionTime is mandatory.You must specify the start time.
400MissingParam.PMInfoThe parameter PMInfo is mandatory.You must specify the engineer information.

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

Change history

Change timeSummary of changesOperation
No change history