Hi,
is it possible to use one item value in http header of another http_agent item?
I'm trying to monitor dell me5024 array.
I need to use basic auth on url /api/login . It returns json with session key.
I can use session key to gather more data.
I created on item (http_agent) which grabs /api/login and then dependant item which uses jsonpath preprocessing to save the session key.
Then i created another http_agent item to grab the info. but i need to somehow pass the session key.
Is it possible?
Thanks
Libor
is it possible to use one item value in http header of another http_agent item?
I'm trying to monitor dell me5024 array.
I need to use basic auth on url /api/login . It returns json with session key.
I can use session key to gather more data.
I created on item (http_agent) which grabs /api/login and then dependant item which uses jsonpath preprocessing to save the session key.
Then i created another http_agent item to grab the info. but i need to somehow pass the session key.
Is it possible?
Thanks
Libor
Comment