Tags
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
terseintegerOptionalExample:
boolean as integer. default 1 (true). 0 for false. true will return a simple array of tags, e.g. [ 'tag1', 'tag2', 'tag3', ... ]
0Responses
200Success
No content
400Error
401Error
403Error
default
get
/api/v1/tagsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
entitytypestring · enumRequiredPossible values:
Entity Type of the Tags, e.g. device, flow, vpc
Query parameters
terseintegerOptionalExample:
boolean as integer. default 1 (true). 0 for false. true will return a simple array of tags, e.g. [ 'tag1', 'tag2', 'tag3', ... ]
0Responses
200Success
No content
400Error
401Error
403Error
default
get
/api/v1/tags/{entitytype}Last updated