deleteInstanceTags
    • PDF

    deleteInstanceTags

    • PDF

    Article Summary

    概要

    インスタンスタグを削除します。

    リクエスト

    リクエストパラメータ

    パラメータ名必須タイプ制約事項説明
    instanceNoList.NYesList<String>重複不可インスタンスタグを削除するインスタンス番号リスト
    ex) instanceNoList.1=1088217
    instanceTagList.N.tagKeyNoList<String>削除するインスタンスのタグキー
    InstanceのTagKeyはgetInstanceTagListアクションを通じて取得できます。
    ex) instanceTagList.1.tagKey=tag1
    instanceTagList.N.tagValueNoList<String>削除するインスタンスのタグ値
    InstanceのTagValueはgetInstanceTagListアクションを通じて取得できます。
    ex) instanceTagList.1.tagValue=dolphins

    レスポンス

    レスポンスボディ

    例示

    リクエスト例示

    GET {SERVER_API_URL}/deleteInstanceTags
    ?instanceNoList.1=1021003
    

    レスポンス例示

    <deleteInstanceTagsResponse>
      <requestId>cb230969-64ba-4aec-8cc9-5ca97dd146a2</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>0</totalRows>
      <instanceTagList/>
    </deleteInstanceTagsResponse>
    

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

    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.