Skip to main content

ModifyNetworkAclAttributes

Description

call the ModifyNetworkAclAttributes interface to modify the attributes of the network ACL.

Request Method

POST

Request Path

/apsara/route/Vpc/ModifyNetworkAclAttributes

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
DescriptionBODYstringNoThis is my NetworkAcl.description information of network ACL. is 2 to 256 characters in length and must start with letters or Chinese, but cannot be http:// or https://.
NetworkAclIdBODYstringYesacl-bp1lhl0taik****ID of network ACL.
regionIdBODYstringYesNo sample value for this parameter.region id
NetworkAclNameBODYstringNoacl-1the name of the network ACL. /p> is 2 to 128 characters in length and must start with a letter or Chinese, and can contain numbers, underscores (_) and dashes (-), but you cannot use http:// or https:// start.
RegionIdBODYstringYescn-qingdao-env17-d01the region ID where the network ACL is located. You can obtain the region ID by calling the DescribeRegions interface.
ClientTokenBODYstringNo123e4567-e89b-12d3-a456-426655440000Ensure request idempotence. Generate a parameter value from your client to ensure that the parameter value is unique between different requests. ClientToken only supports ASCII characters and cannot exceed 64 characters.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring8F76C3E4-B39F-465D-B8B3-50BAF03CA833request ID.

Example

Successful Response example

{
"RequestId":"8F76C3E4-B39F-465D-B8B3-50BAF03CA833"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}