getAccessControlRuleList
    • PDF

    getAccessControlRuleList

    • PDF

    Article Summary

    概要

    アクセスコントロールグループ(Access Control Group)で設定するアクセスコントロール規則リストを照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名必須タイプ制約事項説明
    accessControlGroupConfigurationNoYesString照会するアクセスコントロールグループ(ACG)設定番号
    accessControlGroupConfigurationNoはgetAccessControlGroupListアクションを通じて取得できます。

    レスポンス

    レスポンスボディ

    例示

    リクエスト例示

    GET {SERVER_API_URL}/getAccessControlRuleList
    ?accessControlGroupConfigurationNo=39995
    

    レスポンス例示

    <getAccessControlRuleListResponse>
      <requestId>185e1759-6690-4981-969b-dcd9736104f6</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>6</totalRows>
      <accessControlRuleList>
        <accessControlRule>
          <accessControlRuleConfigurationNo>140892</accessControlRuleConfigurationNo>
          <protocolType>
            <code>TCP</code>
            <codeName>tcp</codeName>
          </protocolType>
          <sourceIp>0.0.0.0/0</sourceIp>
          <destinationPort>22</destinationPort>
          <accessControlRuleDescription></accessControlRuleDescription>
        </accessControlRule>
      </accessControlRuleList>
    </getAccessControlRuleListResponse>
    

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

    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.