Nodes REST Endpoints

Nodes
Create a Node
Method: post
Path: /v1/nodes
Create a Route
Method: post
Path: /v1/nodes/{srcNodeId}/route
Delete a Node
Method: delete
Path: /v1/nodes/{id}
Delete Route Between Two Nodes
Method: delete
Path: /v1/nodes/{srcNodeId}/route/{destNodeId}
Get a Node
Method: get
Path: /v1/nodes/{id}
Get Routing Fields of a Rule File
Method: get
Path: /v1/nodes/routeAttributes
Get the Routing Functions of a Node
Method: get
Path: /v1/nodes/{nodeId}/routingFunctions
Get the Routing Object Between Two Nodes
Method: get
Path: /v1/nodes/{srcNodeId}/route/{destNodeId}
Get the Routing Objects from Source Node
Method: get
Path: /v1/nodes/{srcNodeId}/route
List All Nodes
Method: get
Path: /v1/nodes
Update a Node
Method: patch
Path: /v1/nodes/{id}
Update the Route Attributes Between Two Nodes
Method: patch
Path: /v1/nodes/{srcNodeId}/route/{destNodeId}
Update the Route Between Two Nodes
Method: put
Path: /v1/nodes/{srcNodeId}/route/{destNodeId}