getNetworkAclDenyAllowGroupDetail
    • PDF

    getNetworkAclDenyAllowGroupDetail

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    Gets the network ACL's Deny-Allow group details using the Deny-Allow group number.
    You can view the IP list set in the Deny-Allow group.

    Request

    Request parameter

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    Determines the region to get the network ACL's Deny-Allow group's details from.
    regionCode can be obtained through the getRegionList action.
    Default: Selects the first region of the getRegionList search results.
    networkAclDenyAllowGroupNoYesString- Deny-Allow group number of network ACL to get
    networkAclDenyAllowGroupNo can be obtained through the getNetworkAclDenyAllowGroupList action.
    responseFormatTypeNoString- Format type of the response result
    Options : xml | json
    Default : xml

    Response

    Response data type

    • NetworkAclDenyAllowGroupList type
    NetworkAclDenyAllowGroupList extends CommonResponse
    private Integer totalRows;
    private List networkAclDenyAllowGroupList = new ArrayList<>();
    NetworkAclDenyAllowGroup
    private String networkAclDenyAllowGroupNo;
    private String networkAclDenyAllowGroupName;
    private CommonCode networkAclDenyAllowGroupStatus;
    private String vpcNo;
    private IpList ipList;
    private String networkAclDenyAllowGroupDescription;
    private Date createDate;
    private Boolean isApplied;
    IpList
    private List ipList = new ArrayList<>();

    Examples

    Request examples

    ncloud vpc getNetworkAclDenyAllowGroupDetail --regionCode KR --networkAclDenyAllowGroupNo ***40
    

    Response examples

    <getNetworkAclDenyAllowGroupDetailResponse>
      <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>
          <ipList>
            <ip>10.0.0.1</ip>
          </ipList>
          <networkAclDenyAllowGroupDescription></networkAclDenyAllowGroupDescription>
          <createDate>2021-01-25T19:40:48+0900</createDate>
          <isApplied>false</isApplied>
        </networkAclDenyAllowGroup>
      </networkAclDenyAllowGroupList>
    </getNetworkAclDenyAllowGroupDetailResponse>
    

    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.