Cattura CaptureCast HTTP API Documentation

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

Name Type Description
root string the root of the graph directory structure

Post/Query Parameters

Name Type Description
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

Name Type
root
pluginID
config
parentNodeIDs

Result