createNetworkAclDenyAllowGroup
    • PDF

    createNetworkAclDenyAllowGroup

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    Create a network ACL's Deny-Allow groups.

    Request

    Request parameter

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    You can decide the region where the network ACL's Deny-Allow group will be created.
    You can obtain regionCode through the getRegionList action.
    Default: Selects the first region of the getRegionList search results.
    vpcNoYesString- VPC number
    Determines the VPC where the network ACL's Deny-Allow group will be created.
    You can obtain vpcNo through the getVpcList action.
    networkAclDenyAllowGroupNameNoStringMin: 3, Max: 30
    Only lowercase English letters, numbers, and "-" are allowed, and it must start with an English letter.
    It must end with an English letter or number.
    - Network ACL's Deny-Allow group name to be created
    Default: NAVER Cloud Platform automatically grants it.
    networkAclDenyAllowGroupDescriptionNoStringMin: 0, Max: 1000 BytesDescription of the network ACL's Deny-Allow group to be created
    responseFormatTypeNoString- Format type of the response result
    Options: xml | json
    Default: xml

    Response

    Response body

    Examples

    Request examples

    GET {API_URL}/vpc/v2/createNetworkAclDenyAllowGroup
    ?regionCode=KR
    &vpcNo=***04
    &networkAclDenyAllowGroupName=test-***
    

    Response examples

    <createNetworkAclDenyAllowGroupResponse>
      <requestId>84a4afa8-78aa-43b6-9a15-2bc25c3a7e7c</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <networkAclDenyAllowGroupList>
        <networkAclDenyAllowGroup>
          <networkAclDenyAllowGroupNo>***40</networkAclDenyAllowGroupNo>
          <networkAclDenyAllowGroupName>test-***</networkAclDenyAllowGroupName>
          <networkAclDenyAllowGroupStatus>
            <code>RUN</code>
            <codeName>run</codeName>
          </networkAclDenyAllowGroupStatus>
          <vpcNo>***04</vpcNo>
          <networkAclDenyAllowGroupDescription></networkAclDenyAllowGroupDescription>
          <createDate>2021-01-25T19:40:48+0900</createDate>
          <isApplied>false</isApplied>
        </networkAclDenyAllowGroup>
      </networkAclDenyAllowGroupList>
    </createNetworkAclDenyAllowGroupResponse>
    

    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.