Deleting IP ACL in assignment
- Print
- PDF
Deleting IP ACL in assignment
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
Delete IP ACLs assigned to an assignment.
Requests
- POST /assignments/{assignmentId}/ip-acls/delete
Request path
Parameter | Required | Type | Description | Restrictions |
---|---|---|---|---|
assignmentId | Y | String | Assignment ID |
Request bodies
{
"consoleAccessIpAclIds": ["String", "String"],
"apiAccessIpAclIds": ["String", "String"]
}
Parameter | Required | Type | Description | Restrictions |
---|---|---|---|---|
consoleAccessIpAclIds | N | Array | List of IP ACL IDs forbidden to access the console | |
apiAccessIpAclIds | N | Array | List of IP ACL IDs forbidden to access the API |
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 |
400 | 9100 | IP ACL does not exist |
400 | 9105 | Assignment - IP ACL mapping does not exist |
400 | 9080 | Assignment does not exist |
Was this article helpful?