List all unique tags
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
prefix
Filter tags by prefix (case-insensitive)
nodeUUID
Filter to tags from a specific node
nodeGroupId
Filter to tags from nodes in a specific node group
computeZoneId
Filter to tags from nodes in a specific compute zone
Response
OK
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
499
Client Closed Request Error
500
Internal Server Error