Get Tag Association
Gets a tag association by id
Request
URI
GET
https://{api_host}//vrlic/api/v1/tag-associations/{tagId}
COPY
Path Parameters
string
tagId
Required
tagId
Responses
200
OK
Returns TagAssociationDto of type(s) */*
{
"id": "efe7e0cd-7666-4b78-b123-7d0aac711b33",
"tagId": "78e7e0cd-7666-4b78-b123-7d0aac711b33",
"cspOrgId": "ed7bd46ae-8bc8-4115-9e72-28c89292c992",
"entityType": "QUERY",
"entityId": "89bd46ae-8bc8-4115-9e72-28c89292c992",
"createdBy": "[email protected]",
"createdAt": "2023-04-27 06:02:20.675"
}
string
id
Optional
Unique tag association identifier
string
tagId
Required
Unique tag identifier
string
cspOrgId
Optional
Associated org with the tag association
string
entityType
Required
Associated entity type with this tag association
Possible values are : QUERY, ALERT, DASHBOARD, INGESTION, EVENT_FORWARDING, METRIC_EXTRACTION, CONTENT_PACK, EXTRACTED_FIELD,
string
entityId
Required
Associated entity id with the tag association
string
createdBy
Optional
Email of user who created this tag association
string
createdAt
Optional
Time at which tag association was created
Tag Associations Operations
POST
Create Tag Association
DELETE
Delete Tag Association
GET
Get Tag Association