-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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_statustools_statushdd_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_statusandhdd_disksvalues for the first entry - Run
ukfast ecloud vm show <SID> -o json | jqusing 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working