Skip to content

listVirtualMachines response ostypeid is foreign DB ID, not UUID #2528

@resmo

Description

@resmo
ISSUE TYPE
  • Bug Report
  • Enhancement
COMPONENT NAME
API
CLOUDSTACK VERSION
4.11
CONFIGURATION

N/A

OS / ENVIRONMENT

N/A

SUMMARY

The response of listVirtualMachines contains the ostypeid returned as foreignkey ID of the DB, instead of UUID

STEPS TO REPRODUCE
cs listVirtualMachines id=d949e443-9bc8-4399-9e09-842bbb395cae --region simulator | jq '.virtualmachine[].ostypeid'
EXPECTED RESULTS
...
"ostypeid": "1ef04fab-4b9a-11e7-8fea-0242ac110003",
...
ACTUAL RESULTS
...
"ostypeid": 142, 
...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions