graphBuilder.invokeService
Invokes a service of this Processor.
Method URL
POST graphBuilder/{root}/nodes/{nodeID}/services/{service}
Requires Authorization
This method requires the following permissions: view
URL Parameters
root |
string |
the root of the graph directory structure |
nodeID |
integer |
ID of the node to perform this operation on |
service |
string |
Name of service to invoke |
Post/Query Parameters
args |
json |
JSON object of named arguments for the service |
Example
curl 'http://'
Test Method
Parameters
Result