Creating IP ACL
    • PDF

    Creating IP ACL

    • PDF

    Article Summary

    Available in Classic and VPC

    Create IP ACL.

    Requests

    • POST /ip-acls

    Request bodies

    {
      "ipAclName": "string",
      "description": "string",
      "accessIps": [ "string" ]
    }
    
    ParameterRequiredTypeDescriptionRestrictions
    ipAclNameYStringName of the IP ACLMust only include uppercase and lowercase English letters, numbers, hyphens (-) and underscores (_) and start with an English letter or a number (2-30 bytes)
    descriptionNStringDescription of the IP ACLUp to 300 bytes
    accessIpsNArrayIP address listIP address format only

    Responses

    Response bodies

    {
      "id": "String",
      "nrn": "String",
      "success" : "boolean",
      "message": "String"
    }
    
    ParameterTypeDescription
    idStringID of IP ACL
    nrnStringCreated nrn of IP ACL
    successBooleanSuccess status
    messageStringError 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 codeError codeError message
    400400Invalid request

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.