tags/{id}/values
Manage Tag's Values (Custom Attributes Values)
Notes
- Get values on tagId
Path Parameters
- tenantId
Describes the clientId or partnerId of the tenant
- tagId
Tag uuid
Responses
- results
- totalResults
Total number of results returned.
- pageNo
Current page number in the result set.
- pageSize
Number of results returned per page.
- totalPages
Total number of pages available.
- nextPage
Indicates if there is a next page.
- previousPageNo
The page number of the previous page, if available.
- descendingOrder
Indicates whether the results are sorted in descending order.
Loading Examples...
Notes
- Add new values of tagId
Path Parameters
- tenantId
Describes the clientId or partnerId of the tenant
- tagId
Tag uuid
Request Body
application/json
- value
The value of the log or metric.
- description
A brief description of the value.
- metricLabel
Indicates if the value is a metric label. Accepts 'true' or 'false'.
- logLabel
Indicates if the value is a log label. Accepts 'true' or 'false'.
Loading Examples...
Responses
Loading Examples...