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
}
}
]Changes
Changed in 2 of the 44 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 38 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲