Viewing IP ACL list
- Print
- PDF
Viewing IP ACL list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
View the list of IP ACLs.
Requests
- GET /ip-acls
Request parameters
Parameter | Required | Type | Description | Restrictions |
---|---|---|---|---|
searchColumn | N | String | Search column | ipAclName, nrn |
searchWord | N | String | Search keywords | |
page | N | int | Page number | Default: 0 |
size | N | int | Size of result list | Default: 20 |
Responses
Response bodies
{
"page" : "integer",
"totalPages" : "integer",
"totalItems" : "integer",
"hasPrevious" : "boolean",
"hasNext" : "boolean",
"items" : [{
"ipAclId": "string",
"ipAclName": "string",
"description": "string",
"nrn": "string",
"accessIps": ["string"],
"createdAt": "string",
"updatedAt": "string"
}],
"isFirst" : "boolean",
"isLast" : "boolean"
}
Parameter | Type | Description |
---|---|---|
page | Number | page (required) returned result of page |
totalPages | Number | totalPages (required) returned result of totalPage |
totalItems | Number | totalItems (required) returned result of totalItems |
hasPrevious | Boolean | hasPrevious (required) indicates whether the previous page exists based on the current page |
hasNext | Boolean | hasNext (required) indicates whether the next page exists based on the current page |
isFirst | Boolean | Whether the current page is the first page (required) |
isLast | Boolean | Whether the current page is the last page (required) |
items.[].ipAclId | String | ID of IP ACL |
items.[].ipAclName | String | Name of the IP ACL |
items.[].description | String | Description of the IP ACL |
items.[].nrn | String | IP ACL nrn |
items.[].accessIps | Array | IP addresses with access |
items.[].createdAt | String | Creation time (UTC, e.g., 2023-04-25T13:11:50Z) |
items.[].updatedAt | String | Edit time (UTC, e.g., 2023-04-25T13:11:50Z) |
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?