I’m running into an issue with the rest api and a specific vm, I’m not sure what its complaining about, its one vm, and doesn’t seem to happen on another one.
Response Body
{
“type”: “com.vmware.vapi.std.errors.internal_server_error”,
“value”: {
“messages”: [
{
“args”: [
“hardware”,
“com.vmware.vcenter.VM.info”
],
“default_message”: “Could not convert field ‘hardware’ of structure ‘com.vmware.vcenter.VM.info'”,
“id”: “vapi.bindings.typeconverter.tovalue.struct.field.error”
},
{
“args”: [
“com.vmware.vcenter.vm.hardware.info”,
“upgrade_version”
],
“default_message”: “Structure com.vmware.vcenter.vm.hardware.info has a union that is missing a required field for this case: upgrade_version”,
“id”: “vapi.data.structure.union.missing”
}
]
}
}