List all unique tags

View as Markdown
Returns all unique tags for the customer with optional filtering. Supports filtering by prefix, node UUID, node group ID, or compute zone ID. At most one of nodeUUID, nodeGroupId, or computeZoneId can be specified. Prefix can be combined with any of the other filters.

Query parameters

prefixstringOptional

Filter tags by prefix (case-insensitive)

nodeUUIDstringOptional
Filter to tags from a specific node
nodeGroupIdstringOptional
Filter to tags from nodes in a specific node group
computeZoneIdstringOptional
Filter to tags from nodes in a specific compute zone

Response

OK
tagslist of stringsOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
499
Client Closed Request Error
500
Internal Server Error