GET /vApp/{id}/startupSection

Operation:
GET /vApp/{id}/startupSection
Description:
Retrieve the startup section of a vApp.
Since:
0.9
Input parameters
Consume media type(s):
None
Input type:
None
Output parameters
ovf:StartupSection_Type

Produce media type(s):
application/vnd.vmware.vcloud.startupSection+xml
application/vnd.vmware.vcloud.startupSection+json
Output type:
StartupSection_Type
Examples
Request
HTTP 1.1
GET /api/vApp/vapp-bba47763-0ce1-45b9-8470-ea29ba58c52f/startupSection/

Headers:
x-vcloud-authorization: uJ13vBx80VGzZ0KcClBqxHNDJr3QI0K5KaQ0YKn2YZ0=

Body:
Response
HTTP/1.1 200 OK

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

Body:
<?xml version="1.0" encoding="UTF-8"?><ovf:StartupSection
    xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1"
    xmlns:vcloud="http://www.vmware.com/vcloud/v1.5"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    vcloud:href="https://vcloud.example.com/api/vApp/vapp-bba47763-0ce1-45b9-8470-ea29ba58c52f/startupSection/"
    vcloud:type="application/vnd.vmware.vcloud.startupSection+xml"
    xsi:schemaLocation="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>VApp startup section</ovf:Info>
    <ovf:Item
        ovf:id="importedVapp"
        ovf:order="0"
        ovf:startAction="powerOn"
        ovf:startDelay="0"
        ovf:stopAction="guestShutdown"
        ovf:stopDelay="0"/>
    <vcloud:Link
        href="https://vcloud.example.com/api/vApp/vapp-bba47763-0ce1-45b9-8470-ea29ba58c52f/startupSection/"
        rel="edit"
        type="application/vnd.vmware.vcloud.startupSection+xml"/>
</ovf:StartupSection>