api_version
Retrieve the active Zabbix API version to confirm feature support and compatibility for monitoring integrations.
Instructions
Get Zabbix API version information.
This tool retrieves the current version of the Zabbix API you are connecting to. This is useful for understanding API capabilities and ensuring compatibility with specific features that may be version-dependent.
Returns: dict: Contains 'version' key with the API version string (e.g., "6.0.10").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||