zabbix_api_list
Discover available Zabbix API objects and methods dynamically. Returns all objects or a specific one to guide subsequent API calls.
Instructions
Get available Zabbix API objects and methods.
Call this to discover what API methods are available before using zabbix_api(). Returns all objects and methods discovered dynamically from Zabbix API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object | No | Specific API object (e.g., 'host', 'item'). If omitted, returns all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||