graphBuilder.createNode
Construct a processor node and attach it to a graph.
Method URL
POST graphBuilder/{root}/createNode
Requires Authorization
This method requires the following permissions: view
URL Parameters
root |
string |
the root of the graph directory structure |
Post/Query Parameters
pluginID |
string |
ID of plugin to construct |
config |
json |
if specified, a configuration for the plugin |
parentNodeIDs |
integer list |
if specified, parent nodes for the node |
Example
curl 'http://'
Test Method
Parameters
root |
|
pluginID |
|
config |
|
parentNodeIDs |
|
Result