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