I wanted to Monitor to few REST API using Zabbix web scenario. How ever to monitor this API requires Oauth token. I am able to figure out from this doc https://www.zabbix.com/documentation...itemtypes/http Now how do i parse only access code?
I am getting the output in this format.
But unable know how to get only value for access_token.
I am getting the output in this format.
{"body":{"access_token":"some-token","token_type":"","expires_in":,"scope":"","u rl":"?uuid=all"}}
Comment