Validating IP ACL name
- Print
- PDF
Validating IP ACL name
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Validate a IP ACL name through pattern and redundancy checks.
Requests
- GET /ip-acls/check-ip-acl-name
Request parameters
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
ipAclName | N | String | IP ACL name to validate |
Responses
Response bodies
{
"name": "String",
"success": "boolean",
"message": "String"
}
Parameter | Type | Description | Restrictions |
---|---|---|---|
name | String | Name of the IP ACL | |
success | Boolean | Success status | |
message | Array | 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 | Invalid request |
Was this article helpful?