EasyManuals Logo

VMware VCLOUD API 1.0 - API User Manual

VMware VCLOUD API 1.0 - API
212 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #86 background imageLoading...
Page #86 background image
vCloud API Programming Guide
86 VMware, Inc.
Response:
202 Accepted
Content-Type: application/vnd.vmware.vcloud.task+xml
...
<Task ...>
...
</Task>
Eject Media from a Virtual Machine
Anî ±ejectMediaî ±requestî ±reversesî ±aî ±specificî ±insertMedia request.î ±Theî ±requestî ±mustî ±specifyî ±theî ±ejectMediaî ±
URLî ±ofî ±aî ±Vmî ±thatî ±wasî ±previouslyî ±theî ±targetî ±ofî ±anî ±insertMedia request.î ±Theî ±Mediaî ±elementî ±inî ±theî ±requestî ±bodyî ±
mustî ±specifyî ±theî ±hrefî ±ofî ±theî ±mediaî ±imageî ±thatî ±wasî ±insertedî ±byî ±thatî ±request.
Example 5-30. Eject Media from a Virtual Machine
Request:
POST http://vcloud.example.com/api/v1.0/vapp/vm-5/media/action/ejectMedia
Content-Type: application/vnd.vmware.vcloud.mediaInsertOrEjectParams+xml
<MediaInsertOrEjectParams xmlns="http://www.vmware.com/vcloud/v1">
<Media href="http://vcloud.example.com/api/v1.0/media/3"/>
</MediaInsertOrEjectParams>
Response:
202 Accepted
Content-Type: application/vnd.vmware.vcloud.task+xml
...
<Task ...>
...
</Task>
Get a Screen Thumbnail for a Virtual Machine
Ascreenrequestreturnsathumbnailviewofavirtualmachine’sconsoleencodedinpngformat.
Example 5-31. Get a Screen Thumbnail for a Virtual Machine
Request:
GET http://vcloud.example.com/api/v1.0/vApp/vm-4/screen
Response:
200 OK
Content-type image/png
...
...serializedî ±contentsî ±ofî ±thumbnailî ±inî ±pngî ±format...
EOF

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the VMware VCLOUD API 1.0 - API and is the answer not in the manual?

VMware VCLOUD API 1.0 - API Specifications

General IconGeneral
BrandVMware
ModelVCLOUD API 1.0 - API
CategorySoftware
LanguageEnglish

Related product manuals