AddCloudRouterEdgePoints
1. API Description
This API (AddCloudRouterEdgePoints) is used to add Edge Points
2. Input Parameters
The following request parameter list only provides API request parameters.
cloudRouterId
Yes
String
Cloud Router ID.
3. Output Parameters
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.
404
INVALID_CLOUD_ROUTER_NOT_FOUND
The Cloud Router does not exist.
Last updated