Skip to content

ecloud vm list incorrectly returns no value for certain keys #110

@miff2000

Description

@miff2000

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:

  1. Run ukfast ecloud vm list -o json | jq
  2. Check out the power_status, tools_status and hdd_disks values for the first entry
  3. Run ukfast ecloud vm show <SID> -o json | jq using the SID for the first entry
  4. 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions