Nodes REST Endpoints
Nodes
- Create a Node
- Method: postPath:
/v1/nodes - Create a Route
- Method: postPath:
/v1/nodes/{srcNodeId}/route - Delete a Node
- Method: deletePath:
/v1/nodes/{id} - Delete Route Between Two Nodes
- Method: deletePath:
/v1/nodes/{srcNodeId}/route/{destNodeId} - Get a Node
- Method: getPath:
/v1/nodes/{id} - Get Routing Fields of a Rule File
- Method: getPath:
/v1/nodes/routeAttributes - Get the Routing Functions of a Node
- Method: getPath:
/v1/nodes/{nodeId}/routingFunctions - Get the Routing Object Between Two Nodes
- Method: getPath:
/v1/nodes/{srcNodeId}/route/{destNodeId} - Get the Routing Objects from Source Node
- Method: getPath:
/v1/nodes/{srcNodeId}/route - List All Nodes
- Method: getPath:
/v1/nodes - Update a Node
- Method: patchPath:
/v1/nodes/{id} - Update the Route Attributes Between Two Nodes
- Method: patchPath:
/v1/nodes/{srcNodeId}/route/{destNodeId} - Update the Route Between Two Nodes
- Method: putPath:
/v1/nodes/{srcNodeId}/route/{destNodeId}