Working on zabbix http agent to fetch data from Barracuda WAF API.
I've grab the token from HTTP Post item but now how can we use same token to authenticate in get http item.
Received token is successfully working in curl command but not known how can use token in http get item to authenticate?
curl -X GET "http://<WAF IP/Domain>:8000/restapi/v3/services?category=operational" -H "accept: application/json" -u "token:"
Anyone can suggest me?
I think there are some workarounds in forum, which probably use some API calls to update macros for items etc... But it is not a simple task, what you need..
Comment