Create Tag Association

Create Tag Association

Creates a tag association

Request
URI
POST
https://{api_host}//vrlic/api/v1/tag-associations
COPY
Request Body
TagAssociationDto of type(s) application/json
Required
{
    "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

Authentication
This operation uses the following authentication methods.
Responses
201

CREATED

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