Hello colleagues, I'm new to mit app inventor 2
I am trying to connect to the Zabbix API
API documentation:
https://www.zabbix.com/documentation/5.0/ru/manual/api
What am I doing wrong?
Hello colleagues, I'm new to mit app inventor 2
I am trying to connect to the Zabbix API
API documentation:
https://www.zabbix.com/documentation/5.0/ru/manual/api
What am I doing wrong?
According to the api documentation, your url and post text should be returning the token...
Do some testing with curl or postman see what that produces.....
Why they say to put auth:null
I do not know....
What response does that give you?
Do your blocks generate the required "json" as per the API documentation?
Have you asked Zabbix for support as well ?
Ato will give me information about the host.
https://www.zabbix.com/documentation/5.0/ru/manual/api/reference/host/get
Are you familiar with the Zabbix system?