Creates a classic network
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ens:CreateClassicNetwork |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EnsRegionId |
string |
Yes |
The ID of the edge node. |
cn-chengdu-xxxx-4 |
| CidrBlock |
string |
Yes |
The CIDR block of the network. You can use one of the following CIDR blocks or their subnets as the CIDR block of the network:
|
10.0.0.0/16 |
| NetworkName |
string |
No |
The name of the network. The name must meet the following requirements:
|
example |
| Description |
string |
No |
The description of the network. The name must be 2 to 256 characters in length. It must start with a letter but cannot start with http:// or https://. |
This is my vswitch. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
1A004E06-AC1B-5806-BA5E-41AB6B02DE83 |
| NetworkId |
string |
The ID of the network. |
n-5s9ayrxsd9hszrlt5fgv2**** |
Examples
Success response
JSON format
{
"RequestId": "1A004E06-AC1B-5806-BA5E-41AB6B02DE83",
"NetworkId": "n-5s9ayrxsd9hszrlt5fgv2****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | InvalidParameter | |
| 400 | InvalidParameter.CidrBlock | The specified parameter CidrBlock is invalid. | |
| 400 | Network.QuotaExceeded | Network quota exceeded | |
| 400 | ens.interface.error | An error occurred while calling the API. | |
| 400 | MissingParameter | MissingParameter | |
| 400 | InvalidEnsRegionId.NotFound | The input parameter ensRegionId that is not found. | |
| 400 | NoPermission | Permission denied. | |
| 400 | InvalidParameter.%s | The specified field %s invalid. Please check it again. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.