All REST Endpoints
Actions
- Export Node Customization
- Method: postPath:
/actions/export - Get NPL Content of a Node
- Method: getPath:
/actions/rulefile - List NPL Files of a Specified Type
- Method: getPath:
/actions/rules
NPL
- Compile and Save NPL
- Method: postPath:
/npl/save
Node Chains
- List All Node Chains
- Method: getPath:
/nodeChains/{nodeManagerId}
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}
Node Types
- Get Metadata of a Node Type
- Method: getPath:
/nodeTypes/{id} - List All Supported Node Types
- Method: getPath:
/nodeTypes
Nodes
- Create a Node
- Method: postPath:
/nodes - Create a Route
- Method: postPath:
/nodes/{srcNodeId}/route - Delete a Node
- Method: deletePath:
/nodes/{id} - Delete Route Between Two Nodes
- Method: deletePath:
/nodes/{srcNodeId}/route/{destNodeId} - Get a Node
- Method: getPath:
/nodes/{id} - Get Routing Fields of a Rulefile
- Method: getPath:
/nodes/routeAttributes - Get the Routing Algorithms of a Node
- Method: getPath:
/nodes/{nodeId}/routingFunctions - Get the Routing Object Between Two Nodes
- Method: getPath:
/nodes/{srcNodeId}/route/{destNodeId} - Get the Routing Objects from Source Node
- Method: getPath:
/nodes/{srcNodeId}/route - List All Nodes
- Method: getPath:
/nodes - Update a Node
- Method: patchPath:
/nodes/{id} - Update the Route Attributes Between Two Nodes
- Method: patchPath:
/nodes/{srcNodeId}/route/{destNodeId} - Update the Route Between Two Nodes
- Method: putPath:
/nodes/{srcNodeId}/route/{destNodeId}