Creating IP ACL
- Print
- PDF
Creating IP ACL
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
Create IP ACL.
Requests
- POST /ip-acls
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 indicating a failure |
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 |
Was this article helpful?