tags/{id}/values

Manage Tag's Values (Custom Attributes Values)

Notes

  • Get values on tagId

Path Parameters

  • tenantIdstringrequired

    Describes the clientId or partnerId of the tenant

  • tagIdstringrequired

    Tag uuid

Responses

  • resultsarray

  • totalResultsinteger

    Total number of results returned.

  • pageNointeger

    Current page number in the result set.

  • pageSizeinteger

    Number of results returned per page.

  • totalPagesinteger

    Total number of pages available.

  • nextPageboolean

    Indicates if there is a next page.

  • previousPageNointeger

    The page number of the previous page, if available.

  • descendingOrderboolean

    Indicates whether the results are sorted in descending order.

Loading Examples...

Notes

  • Add new values of tagId

Path Parameters

  • tenantIdstringrequired

    Describes the clientId or partnerId of the tenant

  • tagIdstringrequired

    Tag uuid

Request Body

application/json

  • valuestring

    The value of the log or metric.

  • descriptionstring

    A brief description of the value.

  • metricLabelboolean

    Indicates if the value is a metric label. Accepts 'true' or 'false'.

  • logLabelboolean

    Indicates if the value is a log label. Accepts 'true' or 'false'.

Loading Examples...

Responses

Loading Examples...