get instance state
This block is part of the virtualisation group and was last modified in core v15.0.0.
get instance state v13.0.9 Updated v15.0.0Get state of a instance on the LXD server.
- flow
flow - Connection required
lxdconnectionThe LXD connection
- Instance name required
valueThe name of the instance to request the state for.
- flow
flow - Connection
lxdconnectionThe LXD connection
- Success
conditionIf successful, this pin returns true.
- Status
valueThe current status of the instance..
- CPU Usage
objectThe current CPU usage of the instance.
- Disk Usage
objectThe current disk usage of the instance.
- Memory Usage
objectThe current memory usage of the instance.
- Network state
objectThe current network state of the instance.
- Processes Running
numberThe quantity of processes that are currently running on the instance.
- Stats
objectStats RUAL generated of this state.
- Mounts
arrayMounts of the instance.
- Error
valueError message if the instance state could not be requested.
get instance status |
instance status |
A typical wiring for get instance state: a function trigger starts the flow; create network feeds the connection pin; value feeds the instance_name pin; the flow out pin feeds debug.

Version history
Introduced in v13.0.9.
Last modified in v15.0.0.
Back to
virtualisation Return to the main group to view all sub-groups Back to LXD Return to the group to view all blocks within this group
