Editing IP ACL
- Print
- PDF
Editing IP ACL
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
Edit an IP ACL.
Requests
- PUT /ip-acls/{ipAclId}
Request path
Parameter | Required | Type | Description | Restrictions |
---|---|---|---|---|
ipAclId | Y | String | IP ACL ID |
Request bodies
{
"ipAclName": "string",
"description": "string",
"accessIps": [ "string" ]
}
Parameter | Required | Type | Description | Restrictions |
---|---|---|---|---|
ipAclName | Y | String | Name of the IP ACL | Must only include uppercase and lowercase English letters, numbers, hyphens (-) and underscores (_) and start with an English letter or a number (2-30 bytes) |
description | N | String | Description of the IP ACL | Up to 300 bytes |
accessIps | N | Array | IP address list | IP address format only |
Responses
Response bodies
{
"id": "String",
"nrn": "String",
"success" : "boolean",
"message": "String"
}
Parameter | Type | Description |
---|---|---|
id | String | ID of IP ACL |
nrn | String | Created nrn of IP ACL |
success | Boolean | Success status |
message | String | Error message when failed |
Errors
Errors that may occur while using this action are listed below. For the error response format, see ErrorResponse.
For more information about common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 400 | Invalid request |
400 | 9100 | IP ACL does not exist |
Was this article helpful?