Creates an edge private network (EPN) instance.
Debugging
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.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
ens:CreateEpnInstance | create | *All Resources * |
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
EPNInstanceType | string | Yes | The type of the EPN instance. Set the value to EdgeToEdge. | EdgeToEdge |
EPNInstanceName | string | No | The name of the EPN instance. | test EPNInstanceName |
InternetChargeType | string | Yes | The billing method for network usage. Valid values:
You can specify only one metering method for network usage and cannot overwrite the existing metering method. | BandwidthByDay |
NetworkingModel | string | Yes | The networking mode. Valid values:
| SpeedUp |
InternetMaxBandwidthOut | integer | Yes | The maximum outbound public bandwidth. Unit: Mbit/s. Valid values: 1 to 100. | 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"EPNInstanceId": "epn-xxxxx",
"RequestId": "CEF72CEB-54B6-4AE8-B225-F876FF7BA984"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | StockNotEnough | The specified instance type has insufficient resource. | - |
400 | UserNotExist | The specified user is not authroized to perform this operation. | - |
400 | MissingParameter | The input parameter that is mandatory for processing this request is not supplied. | - |
400 | InstanceIdNotFound | The input parameter instancdId that is not found. | The specified instance ID does not exist. |
400 | NoPermission | Permission denied. | - |
400 | InvalidParameter | The input parameter is Invalid. | - |
400 | StockNotEnough | The specified configuration is unavailable. Reconfigure and try again. | - |
400 | InvalidParameter.%s | The specified field %s invalid. Please check it again. | - |
400 | InvalidParameter | The errorMessage is %s. Please check it again. | - |
400 | StockNotEnough | The specified EnsRegionId is unavailable. Reconfigure and try again. | - |
400 | StockNotEnough | The specified InstanceSpec is unavailable. Reconfigure and try again. | - |
400 | InvalidDiskSize.ValueNotSupported | The specified disk capacity is invalid. Specify another capacity and try again. | - |
400 | InvalidParameter.Bandwidth | The specified parameter InternetChargeType is not valid. | - |
400 | StockNotEnough | The specified node has insufficient resource. | - |
400 | InvalidParameter.Image | The specified image does not support. | - |
400 | StockNotEnough | You have reached the purchase default limit. | - |
400 | InvalidParameter.InstanceType | The specified parameter InstanceType is not valid. | - |
400 | InvalidAccountStatus.NotEnoughBalance | Your account does not have enough balance. | - |
400 | unsupported_Ipv6Feature | This ensregion does not support creating instance of the IPv6 type. Select another type. | - |
400 | Forbidden.CreateInstance | The user is not in the Goods whitelist of creating instance interface. | - |
400 | ENS_OperationUnsupported_KeyPairName | The KeyPairNameis not available or image not support ssh key. | - |
400 | ENS_DependencyViolation_WindowsInstance | The instance creating is window, only user password to login. | - |
400 | ENS_PASSWORDORKEYPAIRNAME_MODULE_NOT_CHOOSEN | The required module pwd or keyPairName is not inputed | - |
400 | MissingParameter | The input parameter %s that is mandatory for processing this request is not supplied. | - |
400 | InvalidPrivateIpAddress | Specified private IP address is not in the CIDR block of virtual switch. | - |
400 | InvalidVSwitchId.NotFound | Specified virtual switch does not exist. | The specified virtual switch ID does not exist. |
400 | InvalidPrivateIpAddress.Duplicated | Specified private IP address is duplicated. | - |
400 | CallInterface | Call Interface Happen Error. | An error occurred when you call the operation. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-12-26 | API Description Update. The Error code has changed | View Change Details |