GET /vApp/{id}/operatingSystemSection

Operation:
GET /vApp/{id}/operatingSystemSection
Description:
Retrieve the operating system section of a VM.
Since:
0.9
Input parameters
Consume media type(s):
None
Input type:
None
Output parameters
ovf:OperatingSystemSection_Type

Produce media type(s):
application/vnd.vmware.vcloud.operatingSystemSection+xml
application/vnd.vmware.vcloud.operatingSystemSection+json
Output type:
OperatingSystemSection_Type
Examples
Request
HTTP 1.1
GET /api/vApp/vm-89c84bd6-c6f2-4e4c-8a7d-c44a3489e2e4/operatingSystemSection/

Headers:
x-vcloud-authorization: uJ13vBx80VGzZ0KcClBqxHNDJr3QI0K5KaQ0YKn2YZ0=

Body:
Response
HTTP/1.1 200 OK

Headers:
Content-Length: 1140
Content-Type: application/vnd.vmware.vcloud.operatingsystemsection+xml;version=5.5
Vary: Accept-Encoding

Body:
<?xml version="1.0" encoding="UTF-8"?><ovf:OperatingSystemSection
    xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1"
    xmlns:vcloud="http://www.vmware.com/vcloud/v1.5"
    xmlns:vmw="http://www.vmware.com/schema/ovf"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ovf:id="102"
    vcloud:href="https://vcloud.example.com/api/vApp/vm-89c84bd6-c6f2-4e4c-8a7d-c44a3489e2e4/operatingSystemSection/"
    vcloud:type="application/vnd.vmware.vcloud.operatingSystemSection+xml"
    vmw:osType="windows7Server64Guest"
    xsi:schemaLocation="http://www.vmware.com/schema/ovf http://www.vmware.com/schema/ovf http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://https://vcloud.example.com/api/v1.5/schema/master.xsd">
    <ovf:Info>Specifies the operating system installed</ovf:Info>
    <ovf:Description>Microsoft Windows Server 2008 R2 (64-bit)</ovf:Description>
    <vcloud:Link
        href="https://vcloud.example.com/api/vApp/vm-89c84bd6-c6f2-4e4c-8a7d-c44a3489e2e4/operatingSystemSection/"
        rel="edit"
        type="application/vnd.vmware.vcloud.operatingSystemSection+xml"/>
</ovf:OperatingSystemSection>