Get Hardware
DescriptionReturns the virtual hardware settings of a virtual machine.
Request
URLURL
Path Parameters
Path Parameters
Header Parameters
Header Parameters
Response
Response BodyResponse Body
Virtual hardware settings of the virtual machine.
{
"upgrade_policy": "enum",
"upgrade_status": "enum",
"upgrade_version": "enum",
"version": "enum"
}
Scheduled upgrade policy.
Possible values are: NEVER , AFTER_CLEAN_SHUTDOWN , ALWAYS
Scheduled upgrade status.
Possible values are: NONE , PENDING , SUCCESS , FAILED
Virtual hardware version.
Possible values are: VMX_03 , VMX_04 , VMX_06 , VMX_07 , VMX_08 , more...
Reason for the scheduled upgrade failure. This field is optional and it is only relevant when the value of Hardware.Info.upgrade-status is FAILED.
Target hardware version to be used on the next scheduled virtual hardware upgrade. This field is optional and it is only relevant when the value of Hardware.Info.upgrade-policy is one of AFTER_CLEAN_SHUTDOWN or ALWAYS.
Possible values are: VMX_03 , VMX_04 , VMX_06 , VMX_07 , VMX_08 , more...