tags/{tagId}/values/{id}
Manage Tag's Values (Custom Attributes Values)
Update description of values
Path Parameters
- tenantId
Describes the clientId or partnerId of the tenant
- id
- tagId
Tag uuid
Request Body
application/json
- description
- 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'.
- alertTag
Indicates if the value is an alert tag. Accepts 'true' or 'false'.
- authzTag
Indicates if the value is an authz tag. Accepts 'true' or 'false'.
Request Body Samples
{
"description": "Tag value is description is being updated"
}
Responses
- value
Tag Value
- uniqueId
Tag value uuid
- 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'.
- alertTag
Indicates if the value is an alert tag.
- authzTag
Indicates if the value is an authz tag.
Delete tag values with id
Path Parameters
- tenantId
Describes the clientId or partnerId of the tenant
- id
- tagId
Tag uuid
Responses
200OK
Response Samples
{
"code": "0006",
"message": "No Tags found with id :e87d6f57-31f1-4ab2-b63d-d3098f6692fe for organization with id: 33570fb1-ac05-2ff0-86e8-a5b77575f8ed"
}