Viewing list of IP ACLs in assignment
- Print
- PDF
Viewing list of IP ACLs in assignment
- 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 belonging to an assignment.
Requests
- GET /assignments/{assignmentId}/ip-acls
Request path
Parameter | Required | Type | Description | Restrictions |
---|---|---|---|---|
assignmentId | Y | String | Assignment ID |
Responses
Response bodies
{
"consoleAccessIpAcls" : [{
"ipAclId": "string",
"ipAclName": "string",
"description": "string",
"nrn": "string",
"accessIps": ["string"],
"createdAt": "string",
"updatedAt": "string"
}],
"apiAccessIpAcls" : [{
"ipAclId": "string",
"ipAclName": "string",
"description": "string",
"nrn": "string",
"accessIps": ["string"],
"createdAt": "string",
"updatedAt": "string"
}]
}
Parameter | Type | Description |
---|---|---|
consoleAccessIpAcls | Array | List of IP ACLs forbidden to access the console |
consoleAccessIpAcls.[].ipAclId | String | ID of IP ACL forbidden to access the console |
consoleAccessIpAcls.[].ipAclName | String | Name of IP ACL forbidden to access the console |
consoleAccessIpAcls.[].description | String | Description of IP ACL forbidden to access the console |
consoleAccessIpAcls.[].nrn | String | nrn of IP ACL forbidden to access the console |
consoleAccessIpAcls.[].accessIps | Array | IP list of IP ACLs forbidden to access the console |
consoleAccessIpAcls.[].createdAt | String | Creation time (UTC, e.g., 2023-04-25T13:11:50Z) |
consoleAccessIpAcls.[].updatedAt | String | Edit time (UTC, e.g., 2023-04-25T13:11:50Z) |
apiAccessIpAcls | Array | List of IP ACLs forbidden to access the API |
apiAccessIpAcls.[].ipAclId | String | ID of IP ACL forbidden to access the API |
apiAccessIpAcls.[].ipAclName | String | Name of IP ACL forbidden to access the API |
apiAccessIpAcls.[].description | String | Description of IP ACL forbidden to access the API |
apiAccessIpAcls.[].nrn | String | nrn of IP ACL forbidden to access the API |
apiAccessIpAcls.[].accessIps | Array | IP list of IP ACLs forbidden to access the API |
apiAccessIpAcls.[].createdAt | String | Creation time (UTC, e.g., 2023-04-25T13:11:50Z) |
apiAccessIpAcls.[].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 | 9080 | Assignment does not exist |
Was this article helpful?