How can I get state of VM?
Closed this issue · 1 comments
v-v-vishnevskiy commented
How can I get state (running, stopped, etc...) of virtual machine? "instance_view" variable is None!
v-v-vishnevskiy commented
Found!
Just need to pass InstanceViewTypes.instance_view
or "instanceView"
value to expand
parameter in get
method.