Viewing assignment including IP ACL
- Print
- PDF
Viewing assignment including IP ACL
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
View the list of assignments that include IP ACL.
Requests
- GET /ip-acls/{ipAclId}/assignments
Request path
Parameter | Required | Type | Description | Restrictions |
---|---|---|---|---|
ipAclId | Y | String | IP ACL ID |
Request parameters
Parameter | Required | Type | Description | Restrictions |
---|---|---|---|---|
targetType | Y | String | console, api | Type assigned to the assignment |
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": [
{
"assignmentId": "String",
"assignmentName": "String",
"description": "String",
"nrn": "String",
"status": "String",
"iamRoleNrn": "String",
"consoleAccessAllowed": "Boolean",
"consoleAccessRestricted": "Boolean",
"apiAccessAllowed": "Boolean",
"apiAccessRestricted": "Boolean",
"createdAt": "String",
"updatedAt": "String",
"accountMbrNo": "String",
"accountName": "String",
"accountAlias": "String",
"accountGroup": "String",
"accountType": "String",
"accountLoginId": "String",
"permissionSetId": "String",
"permissionSetName": "String",
"permissionSetNrn": "String",
"permissionSetDescription": "String",
"permissionCreatedAt": "String"
}
],
"isFirst": "boolean",
"isLast": "boolean"
}
Parameter | Type | Description |
---|---|---|
page | Number | page (required) page of the returned result |
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 |
400 | 9100 | IP ACL does not exist |
400 | 9104 | Target IP ACL does not match. |
Was this article helpful?