Get Acl Rule List
- Print
- PDF
Get Acl Rule List
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
GET /kms/v1/keys/{keyTag}/acl
Get the access control list for IP addresses that allow token requests.
Request
Request parameters
Parameter Name | Type | Additional Information |
---|---|---|
x-ncp-apigw-timestamp | Header(Required) | |
x-ncp-apigw-signature-v2 | Header(Required) | |
x-ncp-iam-access-key | Header(Required) | |
keyTag | Path(Required) |
Response
Response body
{
"code": "SUCCESS",
"data": {
"keyTag": "string",
"isAclEnabled": true,
"allowedIpList": [
"string"
]
}
}
Was this article helpful?