vcenter iso image: mount
Mounts an ISO image from a content library on a virtual machine.
Request:
HTTP request
POST https://{server}/rest/com/vmware/vcenter/iso/image/id:{library_item}?~action=mount
Path Parameters
Name |
Type |
Description |
library_item |
string |
The identifier of the library item having the ISO image to mount on the virtual machine. |
Request Body Structure:
Request Body Parameters:
Name |
Type |
Description |
vm |
string |
The identifier of the virtual machine where the specified ISO image will be mounted. |
Response:
HTTP Status Code: 200
Representations:
{
"value": "obj-103"
}
<?xml version="1.0" ?>
<ns0:Mount-Result xmlns:ns0="http://vmware.com/vcenter/iso/image" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<value>obj-103</value>
</ns0:Mount-Result>
Response Type:
Name |
Type |
Description |
value |
string |
The identifier of the newly created virtual CD-ROM backed by the specified ISO image. |
Errors: