Add Acl Rule
- Print
- PDF
Add Acl Rule
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
POST /kms/v1/keys/{keyTag}/acl
Add an IP address to 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) | |
IpList | Body: String list | Can only be IPv4 address format |
Request body example
{
"IpList": [
"string"
]
}
Response
Response body
{
"code": "SUCCESS",
"data": {
"keyTag": "string",
"allowedIpList": [
"string"
]
}
}
Was this article helpful?