getNetworkAclDenyAllowGroupList
    • PDF

    getNetworkAclDenyAllowGroupList

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    Get the list of a network ACL's Deny-Allow groups.

    Request

    Request parameter

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    You can decide the region to get the network ACL's Deny-Allow group list from.
    You can obtain regionCode through the getRegionList action.
    Default: Selects the first region of the getRegionList search results.
    vpcNoNoString- VPC number
    You can search by filtering with a VPC number.
    You can obtain vpcNo through the getVpcList action.
    networkAclDenyAllowGroupNameNoString- Network ACL's Deny-Allow group name
    You can search by filtering with a network ACL's Deny-Allow group name.
    networkAclDenyAllowGroupStatusCodeNoString- Network ACL's Deny-Allow group status code
    You can search by filtering with a network ACL's Deny-Allow group status code.
    Options: SET | RUN
    networkAclDenyAllowGroupNoList.NNoList- Network ACL's Deny-Allow group number list
    You can search by filtering with a network ACL's Deny-Allow group number.
    You can obtain networkAclDenyAllowGroupNo through the getNetworkAclDenyAllowGroupList action.
    E.g., networkAclDenyAllowGroupNoList.1=1234&networkAclDenyAllowGroupNoList.2=2345
    isAppliedNoBoolean- Whether the network ACL rule is applied
    You can search by filtering with whether the network ACL rule is applied.
    Options: true | false
    pageNoNoInteger- Page number of the paged results
    The results can be paged using pageNo and pageSize.
    pageSizeConditionalInteger- Each page size to be displayed when paging
    The results can be paged using pageNo and pageSize.
    Entering this info is required when pageNo is entered.
    responseFormatTypeNoString- Format type of the response result
    Options: xml | json
    Default: xml

    Response

    Response body

    Examples

    Request examples

    GET {API_URL}/vpc/v2/getNetworkAclDenyAllowGroupList
    ?regionCode=KR
    &vpcNo=***04
    &networkAclDenyAllowGroupName=test-***
    &networkAclDenyAllowGroupStatusCode=RUN
    &networkAclDenyAllowGroupNoList.1=***40
    &isApplied=false
    

    Response examples

    <getNetworkAclDenyAllowGroupListResponse>
      <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>
    </getNetworkAclDenyAllowGroupListResponse>
    

    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.