Graph
Return direct descendants of a provided node
🔒 Requires the read:deployment permission
The type of provided node to retrieve edges for:
- environment - edges will consist of blueprint nodes based on deployments for provided environment id
- deployment - edges will consist of blueprint nodes for provided deployment id
- blueprint - edges will consist of either blueprint nodes (if nested under provided blueprint) or property nodes for provided blueprint id.
Graph node id to retrieve edges for
List of edges for provided node
Failed to get edges for provided graph node
Failed to authenticate user
Missing required scopes. 🔒 Requires the read:deployment permission
Graph node not found
Too many requests
Return properties of a provided node alongside with its siblings and parent recursively to the beginning of the graph
🔒 Requires the read:deployment permission
The type of provided node to retrieve details for:
- environment - response will consist of environment details for provided id alongside with its siblings
- deployment - response will consist of deployment details for provided id alongside with its siblings within same environment, parent environment and its siblings
- blueprint - response will consist of blueprint details for provided id alongside with its siblings within same deployment, parent deployment, parent environment and their siblings correspondingly
- property - response will consist of property details for provided id alongside with its siblings within same blueprint, parent blueprint, parent deployment, parent environment and its siblings correspondingly
Graph node id to retrieve details, siblings and parent for
If true, response will not include siblings of provided and parent nodes
falseDetailed node information with graph relations
Detailed node information with graph relations
Failed to get node details
Failed to authenticate user
Missing required scopes. 🔒 Requires the read:deployment permission
Graph node not found
Too many requests
Return all nodes for provided type
🔒 Requires the read:deployment permission
Node type
Structure: [key1=value1,key2=value2&value3]
Enables searching within the list of node names that match a particular querye.g. my_env
List of nodes for provided type
Failed to get graph nodes
Failed to authenticate user
Missing required scopes. 🔒 Requires the read:deployment permission
Too many requests
Import state from a file
🔒 Requires the create:deployment permission
State file to import
state_file=@path/to/tfstate.jsonDeployment name for imported state (optional)
Imported state node details
Failed to import state
Failed to authenticate user
Missing required scopes. 🔒 Requires the create:deployment permission
Imported state with provided name already exists
Too many requests
Delete imported state
🔒 Requires the update:deployment permission
Deployment id to delete imported state
State deleted successfully
State deleted successfully
Failed to delete imported state
Failed to authenticate user
Missing required scopes. 🔒 Requires the update:deployment permission
Imported state not found
Too many requests
No content
Last updated
Was this helpful?

