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
Analyze if a node type is a cloud-excluded node. Cloud excluded nodes are OOTB nodes in self-hosted AM deployments but have been excluded in cloud.
node type.
True if node type is cloud-excluded, false otherwise.
Analyze if a node type is a cloud-only node.
Node type
True if the node type is cloud-only, false otherwise.
Analyze if a node is custom.
Node type
True if the node type is custom, false otherwise.
Analyze if a node type has been deprecated
node type.
True if node type is deprecated, false otherwise.
Analyze if a node type is premium.
Node type
True if the node type is premium, false otherwise.
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
Read all node types
a promise that resolves to an array of node type objects
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