Skip to main content

CopyNetworkAclEntries

Description

call CopyNetworkAclEntries interface to copy network ACL rules.

Request Method

POST

Request Path

/apsara/route/Vpc/CopyNetworkAclEntries

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
NetworkAclIdBODYstringYesnacl-a2do9e413e0sp****ID of network ACL.
regionIdBODYstringYesNo sample value for this parameter.region id
RegionIdBODYstringYescn-qingdao-env17-d01the region ID where the network ACL is located. You can obtain the region ID by calling the DescribeRegions interface.
versionBODYstringNo2016-01-01version of api
SourceNetworkAclIdBODYstringYesnacl-ghuo9ehg3e0sp****ID of the copied network ACL.

Return data

NameTypeSample valueDescription
RequestIdstring6608E72F-F276-440F-ABEF-419971CEC4D1request ID.

Example

Successful Response example

{
"RequestId":"6608E72F-F276-440F-ABEF-419971CEC4D1"
}

Failed Response example

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

}