getNetworkAclRuleList
    • PDF

    getNetworkAclRuleList

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    This searches the rule list for the network ACL using the network ACL number.

    Request

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    regionCodeNoStringRegion code
    You can decide the region in which the rule list for the network ACL will be queried.
    regionCode can be obtained through the getRegionList action.
    Default: Select the first region of the getRegionList search results
    networkAclNoYesStringNetwork ACL number
    networkAclNo can be obtained through the getNetworkAclList action.
    networkAclRuleTypeCodeNoStringType code of network ACL rules
    You can search by filtering with the type code of network ACL rule.
    Options: INBND (Inbound rule) | OTBND (Outbound rule)
    Default: Search all network ACL rules.
    responseFormatTypeNoStringFormat type of the response results
    Options : xml | json
    Default : xml

    Response

    Response body

    Example

    Request Example

    GET {API_URL}/vpc/v2/getNetworkAclRuleList
    ?regionCode=KR
    &networkAclNo=***31
    

    Response Example

    <getNetworkAclRuleListResponse>
      <requestId>952f10f8-e8a8-4aae-b427-f1d74529db46</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <networkAclRuleList>
        <networkAclRule>
          <networkAclNo>***31</networkAclNo>
          <priority>0</priority>
          <protocolType>
            <code>TCP</code>
            <codeName>tcp</codeName>
          </protocolType>
          <portRange>22</portRange>
          <ruleAction>
            <code>ALLOW</code>
            <codeName>Allow</codeName>
          </ruleAction>
          <createDate>2020-07-31T18:29:38+0900</createDate>
          <ipBlock>***.***.0.0/0</ipBlock>
          <denyAllowGroupNo/>
          <networkAclRuleType>
            <code>INBND</code>
            <codeName>Inbound</codeName>
          </networkAclRuleType>
          <networkAclRuleDescription></networkAclRuleDescription>
        </networkAclRule>
      </networkAclRuleList>
    </getNetworkAclRuleListResponse>
    

    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.