Get Hardware CD ROM
DescriptionReturns information about a virtual CD-ROM device.
Request
URLURL
Path Parameters
Path Parameters
Header Parameters
Header Parameters
Response
Response BodyResponse Body
Information about the specified virtual CD-ROM device.
{
"allow_guest_control": false,
"backing": {
"auto_detect": false,
"device_access_type": "enum",
"host_device": "string",
"iso_file": "string",
"type": "enum"
},
"ide": {
"master": false,
"primary": false
},
"label": "string",
"sata": {
"bus": 0,
"unit": 0
},
"start_connected": false,
"state": "enum",
"type": "enum"
}
Flag indicating whether the guest can connect and disconnect the device.
Physical resource backing for the virtual CD-ROM device.
Device label.
Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
Connection status of the virtual device.
Possible values are: CONNECTED , RECOVERABLE_ERROR , UNRECOVERABLE_ERROR , NOT_CONNECTED , UNKNOWN
Type of host bus adapter to which the device is attached.
Possible values are: IDE , SATA
Address of device attached to a virtual IDE adapter. This field is optional and it is only relevant when the value of Cdrom.Info.type is IDE.
Address of device attached to a virtual SATA adapter. This field is optional and it is only relevant when the value of Cdrom.Info.type is SATA.