I have recently installed Zabbix server as a ready VMware appliance which I downloaded from Zabbix.com and successfully integrated a host with an agent installed on it.
My problem is with the API. Following the documentation at: https://www.zabbix.com/documentation...ual/api?hl=API
when I try to access API, I receive only "File not found" response from my server:
Do you have any idea what might be problem?
Thanks in advance for your support.
My problem is with the API. Following the documentation at: https://www.zabbix.com/documentation...ual/api?hl=API
when I try to access API, I receive only "File not found" response from my server:
curl --request POST \
--url 'http://192.168.1.223/zabbix/api_jsonrpc.php' \
--header 'Content-Type: application/json-rpc' \
--data '{"jsonrpc":"2.0","method":"apiinfo.version","pa ra ms":{},"id":1}'
File not found.
--url 'http://192.168.1.223/zabbix/api_jsonrpc.php' \
--header 'Content-Type: application/json-rpc' \
--data '{"jsonrpc":"2.0","method":"apiinfo.version","pa ra ms":{},"id":1}'
File not found.
Do you have any idea what might be problem?
Thanks in advance for your support.
Comment