getInstanceTagList
    • PDF

    getInstanceTagList

    • PDF

    Article Summary

    概要

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

    リクエスト

    リクエストパラメータ

    パラメータ名必須タイプ制約事項説明
    instanceNoList.NNoList<String>重複不可インスタンスタグを照会するサーバインスタンス番号リスト[サーバ限定]
    ex)instanceNoList.1=1088217
    tagKeyList.NNoList<String>重複不可照会するインスタンスのタグキー
    InstanceのTagKeyはgetInstanceTagListアクションを通じて取得できます。
    ex) tagKeyList.1=tag1
    tagValueList.NNoList<String>重複不可照会するインスタンスのタグ値
    InstanceのTagValueはgetInstanceTagListアクションを通じて取得できます。
    tagValueList.1=dolphins
    pageNoNoIntegerページングされた結果のページ番号
    結果値を、pageNoを利用してページング処理することが可能です。
    pageSizeNoIntegerページングする時に表示する各ページサイズ
    結果値を、pageNoを利用してページング処理することが可能です。

    レスポンス

    レスポンスボディ

    例示

    リクエスト例示

    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.