getNetworkAclRuleList
    • PDF

    getNetworkAclRuleList

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

    Network ACL番号を利用してNetwork ACLのRuleリストを照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名必須の有無タイプ制約事項説明
    regionCodeNoStringリージョンコード
    Network ACLのRuleリストが照会されるリージョン(Region)を決定できます。
    regionCodeはgetRegionListアクションを通じて取得できます。
    Default:getRegionList照会結果の最初のリージョンを選択
    networkAclNoYesStringNetwork ACL番号
    networkAclNoはgetNetworkAclListアクションを通じて取得できます。
    networkAclRuleTypeCodeNoStringNetwork ACL Ruleのタイプコード
    Network ACL Ruleのタイプコードでフィルタリングして検索できます。
    Options:INBND (Inboundルール) | OTBND (Outboundルール)
    Default:Network ACLのすべてのRuleを照会します。
    responseFormatTypeNoStringレスポンス結果のフォーマットタイプ
    Options : xml | json
    Default : xml

    レスポンス

    レスポンスボディ

    リクエスト例

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

    レスポンス例

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

    この記事は役に立ちましたか?

    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.