host_create
Create a new monitored host in Zabbix by providing host name, groups, interfaces, templates, and other parameters.
Instructions
Create a new host in Zabbix.
Adds a new monitored host to Zabbix. This is essential for starting to monitor a new server or device. You must specify at least a host name and groups. You can optionally configure interfaces (for agent/SNMP communication) and link templates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Technical name of the host. | |
| name | No | Visible name. | |
| groups | No | Host groups (e.g., [{'groupid': '1'}]). | |
| params | No | Raw host.create params, for fields the arguments below do not cover. Describes a single host, not a batch. If provided, individual parameters are ignored. | |
| status | No | 0=enabled, 1=disabled. | |
| templates | No | Templates to link. | |
| interfaces | No | Host interfaces. | |
| description | No | Description. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||