nodes
Get all nodes in the group
get/groups/{group-id}/all-nodes
Path parameters
group-idstring required
Group ID of the node
Response
The list of nodes in group
Example response
[
{
"nodeId": "node_01",
"details": {
"\\\"productVersion\\\":\\\"1.2.0\\\"": null,
"\\\"osVersion\\\":\\\"10.15.7\\\"": null,
"\\\"javaVersion\\\":\\\"1.8.0_191\\\"": null
}
}
]