Skip to main content

Get Device Tags

Retrieves the tags used in routes, sources, and destinations.

Active for Version: 4.2+

Authorizations: Administrator, Operator, Observer

Requests

CODE
GET /api/tags
cookie: sessionID: [Session ID]

Parameters

N/A

Response

CODE
{
  "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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.