getNetworkAclList
    • PDF

    getNetworkAclList

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    This searches for a network ACL list.

    Request

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    regionCodeNoStringRegion code
    You can decide the region in which the Network ACL list will be queried.
    regionCode can be obtained through the getRegionList action.
    Default: Select the first region of the getRegionList search results
    networkAclNameNoStringNetwork ACL name
    You can search by filtering with a network ACL name.
    networkAclStatusCodeNoStringNetwork ACL status code
    You can search by filtering with a network ACL status code.
    Options : INIT | SET | RUN | TERMTING
    networkAclNoList.NNoList<String>List of network ACL numbers
    You can search by filtering with a network ACL number.
    networkAclNo can be obtained through the getNetworkAclList action.
    ex) networkAclNoList.1=1234&networkAclNoList.2=2345
    pageNoNoIntegerPage number of the paged results
    The results can be paged using pageNo and pageSize.
    pageSizeConditionalIntegerEach page size to be displayed when paging
    The results can be paged using pageNo and pageSize.
    It must be entered when entering pageNo.
    vpcNoNoStringVPC number
    You can search by filtering with a VPC number.
    vpcNo can be obtained through the getVpcList action.
    responseFormatTypeNoStringFormat type of the response results
    Options : xml | json
    Default : xml

    Response

    Response body

    Example

    Request Example

    GET {API_URL}/vpc/v2/getNetworkAclList
    ?regionCode=KR
    &networkAclName=test-***
    &networkAclStatusCode=RUN
    &networkAclNoList.1=***31
    &vpcNo=***04
    

    Response Example

    <getNetworkAclListResponse>
      <requestId>dc9325b1-a000-4db5-ac28-e33819b910eb</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <networkAclList>
        <networkAcl>
          <networkAclNo>***31</networkAclNo>
          <networkAclName>test-***</networkAclName>
          <vpcNo>***04</vpcNo>
          <networkAclStatus>
            <code>RUN</code>
            <codeName>run</codeName>
          </networkAclStatus>
          <networkAclDescription></networkAclDescription>
          <createDate>2020-07-31T14:29:14+0900</createDate>
          <isDefault>false</isDefault>
        </networkAcl>
      </networkAclList>
    </getNetworkAclListResponse>
    

    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.