getNetworkAclDenyAllowGroupDetail
    • PDF

    getNetworkAclDenyAllowGroupDetail

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

    Deny-Allowグループ番号を利用してネットワークACL Deny-Allowグループの詳細情報を照会します。
    Deny-Allowグループに設定されたIPリストを確認できます。

    リクエスト

    リクエストパラメータ

    パラメータ名要否タイプ制約事項説明
    regionCodeNoString- リージョンコード
    ネットワークACL Deny-Allowグループの詳細情報が照会されるリージョン(Region)を決定できる
    regionCodeはgetRegionListアクションを通じて取得できる
    デフォルト:getRegionList照会結果の最初のリージョンを選択
    networkAclDenyAllowGroupNoYesString- 照会するネットワークACL Deny-Allowグループ番号
    networkAclDenyAllowGroupNoはgetNetworkAclDenyAllowGroupListアクションを通じて取得できる
    responseFormatTypeNoString- レスポンス結果のフォーマットタイプ
    オプション:xml | json
    デフォルト:xml

    レスポンス

    レスポンスボディ

    リクエスト例

    GET {API_URL}/vpc/v2/getNetworkAclDenyAllowGroupDetail
    ?regionCode=KR
    &networkAclDenyAllowGroupNo=***40
    

    レスポンス例

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

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

    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.