Hello Community,
I want to use some API's which requires some additional effort, before a one can be authenticated:
- the creation of timestamps
- string encoding with HMAC
- or the method "randomstring"
I am testing these things by using Postman and I want to adapt it in the Webhooks.
My question now is. Is it a documentation available, where one can check, which objects and methods are allowed in Zabbix Webhooks?
I just know, that Zabbix is using Duktape below. But I cannot find any further information regarding the objects/methods.
Thanks in advance for any contribution.
I want to use some API's which requires some additional effort, before a one can be authenticated:
- the creation of timestamps
- string encoding with HMAC
- or the method "randomstring"
I am testing these things by using Postman and I want to adapt it in the Webhooks.
My question now is. Is it a documentation available, where one can check, which objects and methods are allowed in Zabbix Webhooks?
I just know, that Zabbix is using Duktape below. But I cannot find any further information regarding the objects/methods.
Thanks in advance for any contribution.