Get host tags

GET {{baseUrl}}/api/v1/tags/hosts/:host_name

Return the list of tags that apply to a given host.

Request Params

KeyDatatypeRequiredDescription
sourcestringSource to filter.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"host":"test.host","tags":["environment:production","environment:production"]}