Translated = The expression must result in a node"
I have a rest interface which give the following json output
{"configuredState":"STARTED","realTimeState":"STARTED"}
I have tried unsuccessfully to set up a HTTP XML/REST Sensor.
My parameters are: URL: the url which delivers json output XML-Node: /configuredState
I have tried without the backslash also to no avail.
How do I configure a sensor to show OK when the configuredState = STARTED and ERROR when = STOPPED?
Add comment