Get host tags
GET {{baseUrl}}/api/v1/tags/hosts/:host_name
Return the list of tags that apply to a given host.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
source | string | Source to filter. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"host":"test.host","tags":["environment:production","environment:production"]}