ecloud vm list
incorrectly returns no value for certain keys
#110
Labels
bug
Something isn't working
ecloud vm list
incorrectly returns no value for certain keys
#110
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 presentSteps To Reproduce
Steps to reproduce the behaviour:
ukfast ecloud vm list -o json | jq
power_status
,tools_status
andhdd_disks
values for the first entryukfast ecloud vm show <SID> -o json | jq
using the SID for the first entryExpected 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
The text was updated successfully, but these errors were encountered: