Node Managers REST Endpoints
Node Managers
- Create a Node Manager
- Method: postPath:
/nodeManagers - Delete a Node Manager
- Method: deletePath:
/nodeManagers/{id} - Get a Node Manager
- Method: getPath:
/nodeManagers/{id} - List All Node Managers
- Method: getPath:
/nodeManagers - List All the Nodes in a Node Manager
- Method: getPath:
/nodeManagers/{id}/nodes - Start All Nodes
- Method: getPath:
/nodeManagers/{id}/startAllNodes - Stop All Nodes
- Method: getPath:
/nodeManagers/{id}/stopAllNodes - Update a Node Manager
- Method: patchPath:
/nodeManagers/{id}