Skip to main content

Get tag

GET /v1/tags/:tag

Fetch information about a particular tag.

Token scope required: tags:read

Request

Path Parameters
  • tag string required
    Example: env:prod
Responses

Successful operation

Schema
  • data object
  • name key:value

    key is max 20 characters, value is max 50 characters, no whitespace around either allowed

  • description string
  • configOverrides object[]

    List of config overrides for the nebula config

  • Array [
  • anyOf
  • key string required

    Possible values: [lighthouse.dns.host]

  • value string required
  • ]
  • priority integer

    Priority is managed by the API. Use "before" and "after" inputs to order tags. Config overrides associated with tags of a higher (greater) priority take precedence over lower priorities.

  • hostCount int64

    Count of hosts which have the tag assigned.

  • routeSubscriptions route-id[]

    Route IDs to which any hosts with this tag will be subscribed.

  • metadata object
  • Loading...