All Products
Search
Document Center

ENS:CreateNetworkAcl

Last Updated:Mar 12, 2024

Creates a network access control list (ACL).

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
NetworkAclNamestringNo

Enter a name for the network ACL.

The name must be 1 to 128 characters in length and cannot start with http:// or https://.

acl-1
DescriptionstringNo

The description of the network ACL.

The description must be 1 to 256 characters in length and cannot start with http:// or https://.

This is my NetworkAcl.

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

CEF72CEB-54B6-4AE8-B225-F876FF7BA984
NetworkAclIdstring

The ID of the network ACL.

nacl-5p1fg655nh68xyz9i****

Examples

Sample success responses

JSONformat

{
  "RequestId": "CEF72CEB-54B6-4AE8-B225-F876FF7BA984",
  "NetworkAclId": "nacl-5p1fg655nh68xyz9i****"
}

Error codes

HTTP status codeError codeError message
400InvalidParameterThe errorMessage is %s. Please check it again.
400ens.interface.errorAn error occurred while calling the API.
400NoPermissionPermission denied.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history