Viewing list of IP ACLs in assignment
    • PDF

    Viewing list of IP ACLs in assignment

    • PDF

    Article summary

    Available in Classic and VPC

    View the list of IP ACLs belonging to an assignment.

    Requests

    • GET /assignments/{assignmentId}/ip-acls

    Request path

    ParameterRequiredTypeDescriptionRestrictions
    assignmentIdYStringAssignment 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"
      }]
    }
    
    ParameterTypeDescription
    consoleAccessIpAclsArrayList of IP ACLs forbidden to access the console
    consoleAccessIpAcls.[].ipAclIdStringID of IP ACL forbidden to access the console
    consoleAccessIpAcls.[].ipAclNameStringName of IP ACL forbidden to access the console
    consoleAccessIpAcls.[].descriptionStringDescription of IP ACL forbidden to access the console
    consoleAccessIpAcls.[].nrnStringnrn of IP ACL forbidden to access the console
    consoleAccessIpAcls.[].accessIpsArrayIP list of IP ACLs forbidden to access the console
    consoleAccessIpAcls.[].createdAtStringCreation time (UTC, e.g., 2023-04-25T13:11:50Z)
    consoleAccessIpAcls.[].updatedAtStringEdit time (UTC, e.g., 2023-04-25T13:11:50Z)
    apiAccessIpAclsArrayList of IP ACLs forbidden to access the API
    apiAccessIpAcls.[].ipAclIdStringID of IP ACL forbidden to access the API
    apiAccessIpAcls.[].ipAclNameStringName of IP ACL forbidden to access the API
    apiAccessIpAcls.[].descriptionStringDescription of IP ACL forbidden to access the API
    apiAccessIpAcls.[].nrnStringnrn of IP ACL forbidden to access the API
    apiAccessIpAcls.[].accessIpsArrayIP list of IP ACLs forbidden to access the API
    apiAccessIpAcls.[].createdAtStringCreation time (UTC, e.g., 2023-04-25T13:11:50Z)
    apiAccessIpAcls.[].updatedAtStringEdit 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 codeError codeError message
    400400Invalid request
    4009080Assignment does not exist

    Was this article helpful?

    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.