tags
List, get, add, update, or delete host tags in Datadog to organize infrastructure and filter resources.
Instructions
Manage Datadog host tags. Actions: list (all host tags), get (tags for specific host), add (create tags), update (replace tags), delete (remove all tags). Use for: infrastructure organization, filtering, grouping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| hostName | No | Host name (required for get/add/update/delete actions) | |
| tags | No | Tags to add or set (for add/update actions). Format: "key:value" | |
| source | No | Source of the tags (e.g., "users", "datadog"). Defaults to "users" |