COMMENT https://git.zabbix.com/projects/WEB/repos/documentation/browse/en/manual/api/reference/apiinfo/version.md?at=refs%2Fheads%2Frelease%2F6.4 CONTEXT 34f25b55 RESOURCE Documentation 6.4•manual/api/reference/apiinfo/version.xliff
string apiinfo.version(array)
This method allows to retrieve the version of the Zabbix API.
This method is only available to unauthenticated users and must be called without the auth
parameter in the JSON-RPC request.
(matriz)
El método acepta una matriz vacía.
(string)
Devuelve la versión de la API de Zabbix.
::: notetip A partir de Zabbix 2.0.4, la versión de la API coincide con la versión de Zabbix.:::
Recupera la versión de la API de Zabbix.
Response:
CAPIInfo::version() in ui/include/classes/api/services/CAPIInfo.php.