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
| Name | Location | Type | Required | Sample value | Description |
|---|---|---|---|---|---|
| Description | BODY | string | No | This 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://. |
| NetworkAclId | BODY | string | Yes | acl-bp1lhl0taik**** | ID of network ACL. |
| regionId | BODY | string | Yes | No sample value for this parameter. | region id |
| NetworkAclName | BODY | string | No | acl-1 | the 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. |
| RegionId | BODY | string | Yes | cn-qingdao-env17-d01 | the region ID where the network ACL is located. You can obtain the region ID by calling the DescribeRegions interface. |
| ClientToken | BODY | string | No | 123e4567-e89b-12d3-a456-426655440000 | Ensure 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. |
| version | BODY | string | No | 2016-01-01 | version of api |
Return data
| Name | Type | Sample value | Description |
|---|---|---|---|
| RequestId | string | 8F76C3E4-B39F-465D-B8B3-50BAF03CA833 | request ID. |
Example
Successful Response example
{
"RequestId":"8F76C3E4-B39F-465D-B8B3-50BAF03CA833"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}