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