Below is the structure I've been working. Criteria is something like I want to update status of nodeName present in Node2 in a single query.
"nodeList": [
{
"nodeName": "Node1",
"status": "Not Ready"
},
{
"nodeName": "Node2",
"status": "Ready"
},
{
"nodeName": "Node3",
"status": "Ready"
}
]
Appreciate your help!!
Try this query:-
});