CopyNetworkAclEntries
Description
call CopyNetworkAclEntries interface to copy network ACL rules.
Request Method
POST
Request Path
/apsara/route/Vpc/CopyNetworkAclEntries
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
NetworkAclId | BODY | string | Yes | nacl-a2do9e413e0sp**** | ID of network ACL. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
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. |
version | BODY | string | No | 2016-01-01 | version of api |
SourceNetworkAclId | BODY | string | Yes | nacl-ghuo9ehg3e0sp**** | ID of the copied network ACL. |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | 6608E72F-F276-440F-ABEF-419971CEC4D1 | request ID. |
Example
Successful Response example
{
"RequestId":"6608E72F-F276-440F-ABEF-419971CEC4D1"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}