getInstanceTagList
    • PDF

    getInstanceTagList

    • PDF

    Article summary

    Overview

    Gets instance tags.

    Request

    Request parameters

    ParameterRequiredTypeLimitationDescription
    instanceNoList.NNList<String>Duplicates not allowed.List of server instance numbers to get instance tags for [for servers only]
    Example) instanceNoList.1=1088217
    tagKeyList.NNList<String>Duplicates not allowed.Tag keys of the instances to get
    Get available values by using the getInstanceTagList action.
    Example) tagKeyList.1=tag1
    tagValueList.NNList<String>Duplicates not allowed.Tag values of the instances to get
    Get available values by using the getInstanceTagList action.
    tagValueList.1=dolphins
    pageNoNIntegerPage number of paginated results
    You can paginate results with pageNo.
    pageSizeNIntegerPage size to show when paginating results.
    You can paginate results with pageSize.

    Response

    Response body

    Examples

    Request example

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

    Response example

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

    Was this article helpful?

    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.