need help for output.json for multi-step code

input_0_0

node0:

--------------------------------------------------------------------------

input_1_0
node0:
--------------------------------------------------------------------------
7:49PM up 2:27, 2 users, load averages: 0.45, 0.20, 0.15
USER TTY FROM LOGIN@ IDLE WHAT
indeni p0 192.168.1.230 7:28PM - -cli (cli)
root p1 192.168.1.56 7:48PM - cli

input.json
{
"steps": [[{
"variables": {

},
"path": "input_0_0"
}][
{
"variables": {
"dynVarNode_idx": "0"
},
"path": "input_1_0"
}
]]
}

output.json

{
"type": "monitoring",
"result":[{
"type" : "snapshot",
"tags": {
"im.name": "logged-in-users"
},
"value": [{
"idle" : "",
"from" : "192.168.1.225",
"username" : "indeni"
}, {
"username" : "indeni",
"idle" : "",
"from" : "192.168.1.230"
} ]
}]
}

The output from the command-runner against the live device

2017-12-21 20:33:09,057 INFO -- Found 1 metrics:
2017-12-21 20:33:09,477 INFO -- Metric Name: logged-in-users ||| Tags: ||| Value: [ {
"idle" : "",
"from" : "192.168.1.225",
"username" : "indeni"
}, {
"username" : "indeni",
"idle" : "",
"from" : "192.168.1.230"
} ]

Test failed.

I saw a similar question on the IKL forum.


Let's wait for a response there.