Command Reference > glossary > createTermsAssignedEntities
Assign the given term to the provided list of related objects.
pv glossary createTermsAssignedEntities --termGuid=<val> --payloadFile=<val>
--termGuid
(string)
The globally unique identifier for glossary term.
--payloadFile
(string)
File path to a valid JSON document.
None
Catalog Data Plane > Glossary > Assign Term To Entities
POST https://{accountName}.purview.azure.com/catalog/api/atlas/v2/glossary/terms/{termGuid}/assignedEntities
Assign a term to one or more entities.
pv glossary createTermsAssignedEntities --termGuid "4ba01c1e-5ef8-4457-87b4-37e2054b1cb9" --payloadFile "/path/to/file.json"
Example payload.
[
{
"guid": "6374e9e8-4719-4747-b2d2-054548023ae2"
},
{
"guid": "dcd41879-dda2-4b3c-8c97-9b76d39799b1"
},
{
"guid": "9759ea81-bb37-48ee-8099-02e452ccc57d"
}
]