For the complete documentation index, see llms.txt. This page is also available as Markdown.

AddCloudRouterEdgePoints

1. API Description

This API (AddCloudRouterEdgePoints) is used to add Edge Points

Notes

  • Currently only ports with connectivity status ACTIVE can be added to a Cloud Router.

  • This is an asynchronous API. Once the request is successfully submitted, the operation is not completed immediately. During this period the Cloud Router status will be UPDATING; once the edge point is added successfully, the Cloud Router status will change to RUNNING.

  • No other operations can be performed on the Cloud Router during this period.

2. Input Parameters

The following request parameter list only provides API request parameters.

Parameter Name
Required
Type
Description

cloudRouterId

Yes

String

Cloud Router ID.

edgePoints

Yes

Information about the new edge points to add.

3. Output Parameters

Parameter Name
Type
Description

requestId

String

The unique request ID, which is returned for each request.

RequestId is required for locating a problem.

edgePointIds

Array of String

List of newly added edge point IDs, in the same order as the edge points in the request.

4. Code Example

1. Add an edge point to the specified Cloud Router. The edge point is a VPC with an access bandwidth of 1 Mbps.

5. Developer Resources

Zenlayer Cloud API 2.0 integrates SDKs,to make it easier for you to call APIs. More programming languages will be supported.

6. Error Codes

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

HTTP Status Code
Error Code
Description

404

INVALID_CLOUD_ROUTER_NOT_FOUND

The Cloud Router does not exist.

Last updated