Node Managers REST Endpoints

Node Managers
Create a Node Manager
Method: post
Path: /nodeManagers
Delete a Node Manager
Method: delete
Path: /nodeManagers/{id}
Get a Node Manager
Method: get
Path: /nodeManagers/{id}
List All Node Managers
Method: get
Path: /nodeManagers
List All the Nodes in a Node Manager
Method: get
Path: /nodeManagers/{id}/nodes
Start All Nodes
Method: get
Path: /nodeManagers/{id}/startAllNodes
Stop All Nodes
Method: get
Path: /nodeManagers/{id}/stopAllNodes
Update a Node Manager
Method: patch
Path: /nodeManagers/{id}