Viewing single IP ACL
- Print
- PDF
Viewing single IP ACL
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
View the information of an IP ACL.
Requests
- GET /ip-acls/{ipAclId}
Request path
Parameter | Required | Type | Description | Restrictions |
---|---|---|---|---|
ipAclId | Y | String | IP ACL ID |
Request bodies
{
"ipAclIds": [ "string" ]
}
Parameter | Required | Type | Description | Restrictions |
---|---|---|---|---|
ipAclIds | Y | Array | ID list of IP ACLs to delete |
Responses
Response bodies
{
"ipAclId": "string",
"ipAclName": "string",
"description": "string",
"nrn": "string",
"accessIps": ["string"],
"createdAt": "string",
"updatedAt": "string"
}
Parameter | Type | Description | Restrictions |
---|---|---|---|
ipAclId | String | ID of IP ACL | |
ipAclName | String | Name of the IP ACL | |
description | String | Description of the IP ACL | |
nrn | String | IP ACL nrn | |
accessIps | Array | IP addresses with access | |
createdAt | String | Creation time (UTC, e.g., 2023-04-25T13:11:50Z) | |
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 |
400 | 9100 | IP ACL does not exist |
Was this article helpful?