Domain name for API request: vpc.tencentcloudapi.com.
This API is used to create a network ACL.
ModifyNetworkAclEntries
after creation to set rules for the network ACL as needed.A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: CreateNetworkAcl. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
VpcId | Yes | String | ID of the VPC instance. You can obtain the parameter value from the VpcId field in the returned result of the DescribeVpcs API. |
NetworkAclName | Yes | String | Name of the network ACL. The maximum length is 60 bytes. |
Parameter Name | Type | Description |
---|---|---|
NetworkAcl | NetworkAcl | Network ACL instance |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://vpc.tencentcloudapi.com/?Action=CreateNetworkAcl
&Version=2017-03-12
&VpcId=vpc-12345678
&NetworkAclName=test
&<Common request parameters>
{
"Response": {
"NetworkAcl": {
"NetworkAclId": "acl-12345678",
"VpcId": "vpc-12345678",
"NetworkAclName": "test",
"CreatedTime": "2020-01-01 10:00:00"
},
"RequestId": "5cf1a813-d4f8-4e0c-8f90-c155a84a3ea1"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InvalidParameterValue | Incorrect parameter value. |
InvalidParameterValue.Malformed | Invalid input parameter format. |
InvalidParameterValue.TagDuplicateKey | |
InvalidParameterValue.TagDuplicateResourceType | |
InvalidParameterValue.TagInvalidKey | |
InvalidParameterValue.TagInvalidKeyLen | |
InvalidParameterValue.TagInvalidVal | |
InvalidParameterValue.TagKeyNotExists | |
InvalidParameterValue.TagNotAllocatedQuota | |
InvalidParameterValue.TagNotExisted | The tag and value do not exist. |
InvalidParameterValue.TagNotSupportTag | |
InvalidParameterValue.TagResourceFormatError | |
InvalidParameterValue.TagTimestampExceeded | |
InvalidParameterValue.TagValNotExists | |
InvalidParameterValue.TooLong | Invalid parameter value. The parameter value is too long. |
LimitExceeded | Quota limit is reached. |
LimitExceeded.TagKeyExceeded | |
LimitExceeded.TagKeyPerResourceExceeded | |
LimitExceeded.TagNotEnoughQuota | |
LimitExceeded.TagQuota | |
LimitExceeded.TagQuotaExceeded | |
LimitExceeded.TagTagsExceeded | |
ResourceNotFound | The resource does not exist. |
UnsupportedOperation.AppIdMismatch | The resource is not under the specified AppId. |
UnsupportedOperation.TagAllocate | |
UnsupportedOperation.TagFree | |
UnsupportedOperation.TagNotPermit | |
UnsupportedOperation.TagSystemReservedTagKey |
Was this page helpful?