Get Device Tags
Retrieves the tags used in routes, sources, and destinations.
Active for Version: 4.2+
Authorizations: Administrator, Operator, Observer
Requests
GET /api/tags
cookie: sessionID: [Session ID]
Parameters
N/A
Response
{
"routeTags": [<Route tags list>],
"sourceTags": [<Source tags list>],
"destinationTags": [<Destination tags list>],
}
Name | Type | Description |
|---|---|---|
routeTags | string[] | Array of tags used in routes. |
sourceTags | string[] | Array of tags used in sources. |
destinationTags | string[] | Array of tags used in destinations. |