What is the issue?
I'm unsure why this is, but when I do a ukfast ecloud vm list -o json | jq command, these fields are blank:
power_status
tools_status
hdd_disks
When I run the ukfast ecloud vm show <SID> -o json | jq for the server, I see the values are present
Steps To Reproduce
Steps to reproduce the behaviour:
- Run
ukfast ecloud vm list -o json | jq
- Check out the
power_status, tools_status and hdd_disks values for the first entry
- Run
ukfast ecloud vm show <SID> -o json | jq using the SID for the first entry
- Check the difference.
Expected behaviour
Same values should be returned in both cases, even if the keys should differ between the two
Possible fixes
N/A
Additional context
N/A