api_version
Retrieve the current Zabbix API version to verify capabilities and ensure compatibility with version-dependent features.
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"). On error, contains 'error' key with the error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||