node type
node object
a promise that resolves to an object containing a node object
Delete node by uuid and type
node uuid
node type
a promise that resolves to an object containing a node object
Export all nodes
a promise that resolves to an array of node objects
Find all node configuration objects that are no longer referenced by any tree
a promise that resolves to an array of orphaned nodes
Get a node's classifications, which can be one or multiple of:
Node type
an array of one or multiple classifications
Read node by uuid and type
node uuid
node type
a promise that resolves to a node object
Read all nodes
a promise that resolves to an object containing an array of node objects
Read all nodes by type
node type
a promise that resolves to an object containing an array of node objects of the requested type
Remove orphaned nodes
Pass in an array of orphaned node configuration objects to remove
a promise that resolves to an array nodes that encountered errors deleting
Update or create node by uuid and type
node uuid
node type
node object
a promise that resolves to an object containing a node object
Create node by type