This feature provides instance-level access control for dedicated instances. Queries an access control policy.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:DescribeAccessControlListAttribute |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AclId |
string |
No |
The ID of the access control policy. |
acl-3nsohdozz0ru8fi5onwz1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AclId |
string |
The ID of the access control policy. |
acl-uf6fpfdg3b5muska7uqem |
| RequestId |
string |
The ID of the request. |
CEF72CEB-54B6-4AE8-B225-F876FF7BZ015 |
| AclName |
string |
The name of the access control policy. |
testAcl |
| AclEntrys |
object |
||
| AclEntry |
array<object> |
The information about the access control policy. |
|
|
object |
The information about the access control policy. |
||
| AclEntryIp |
string |
The ACL entry. |
192.168.1.0/24 |
| AclEntryComment |
string |
The entry description. |
default |
| AddressIPVersion |
string |
The IP protocol version. Valid values: ipv4 and ipv6. |
ipv4 |
Examples
Success response
JSON format
{
"AclId": "acl-uf6fpfdg3b5muska7uqem",
"RequestId": "CEF72CEB-54B6-4AE8-B225-F876FF7BZ015",
"AclName": "testAcl",
"AclEntrys": {
"AclEntry": [
{
"AclEntryIp": "192.168.1.0/24",
"AclEntryComment": "default"
}
]
},
"AddressIPVersion": "ipv4"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.