getInstanceTagList
    • PDF

    getInstanceTagList

    • PDF

    記事の要約

    概要

    インスタンスタグを照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名必須の有無タイプ制限事項説明
    instanceNoList.NNoList<String>重複不可- インスタンスタグ照会対象のサーバインスタンス番号リスト [サーバ限定]
    例: instanceNoList.1=1088217
    tagKeyList.NNoList<String>重複不可- 照会対象インスタンスのタグキー
    Instanceの TagKeyは getInstanceTagListアクションを通じて取得可能
    例) tagKeyList.1=tag1
    tagValueList.NNoList<String>重複不可- 照会対象インスタンスのタグ値
    Instanceの TagValueは getInstanceTagListアクションを通じて取得可能
    tagValueList.1=dolphins
    pageNoNoInteger- ページングされた結果のページ番号
    結果値は pageNoを利用してページング処理できる
    pageSizeNoInteger- ページング時に表示する各ページサイズ
    結果値は pageSizeを利用してページング処理できる
    responseFormatTypeNoString- レスポンス結果の形式タイプ
    オプション: xml | json
    デフォルト: xml

    レスポンス

    レスポンスボディ

    リクエスト例

    GET {SERVER_API_URL}/getInstanceTagList
    ?tagKeyList.1=tag1
    

    レスポンス例

    <getInstanceTagListResponse>
      <requestId>8b3584cc-d7c6-44fb-9976-3b8a11180bf7</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <instanceTagList>
        <instanceTag>
          <instanceNo>1088217</instanceNo>
          <instanceType>
            <code>SVR</code>
            <codeName>Server</codeName>
          </instanceType>
          <tagKey>tag1</tagKey>
          <tagValue>dolphins</tagValue>
        </instanceTag>
      </instanceTagList>
    </getInstanceTagListResponse>
    

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

    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.