Hi,
I'm trying to retrieve the state (OK, failed or unknown) of a webcheck using the Zabbix API (2.2). Simply said: I have a webcheckid 12345678 and would like to know if it's currently in an error state.
Unfortanally I can't get find the information in de API responses:
I have checked the zabbix MySQL database and there is a table (httpstepitem) to map this information. Any sugguestions in how to get this information through the zabbix API?
Regards,
Sander
I'm trying to retrieve the state (OK, failed or unknown) of a webcheck using the Zabbix API (2.2). Simply said: I have a webcheckid 12345678 and would like to know if it's currently in an error state.
Unfortanally I can't get find the information in de API responses:
- https://www.zabbix.com/documentation...e/httptest/get - Can't find the state or the itemid which should contain the (last)state.
- https://www.zabbix.com/documentation...rence/item/get - I can find the state of a webcheck item, but there is no way to map it back to a webcheck id.
I have checked the zabbix MySQL database and there is a table (httpstepitem) to map this information. Any sugguestions in how to get this information through the zabbix API?
Regards,
Sander