VMware Cloud Director API - GET-RuntimeInfoSectionType
GET /vApp/{id}/runtimeInfoSection
- Operation:
- GET /vApp/{id}/runtimeInfoSection
- Description:
- Retrieve the runtime info section of a VM.
- Since:
- 1.5
- Input parameters
-
- Consume media type(s):
- None
- Input type:
- None
- Output parameters
-
RuntimeInfoSectionType The runtime info section
- Produce media type(s):
- application/vnd.vmware.vcloud.runtimeInfoSection+xml
application/vnd.vmware.vcloud.runtimeInfoSection+json - Output type:
- RuntimeInfoSectionType
- Examples
-
- Request
-
HTTP 1.1
GET /api/vApp/vm-89c84bd6-c6f2-4e4c-8a7d-c44a3489e2e4/runtimeInfoSection
Headers:
x-vcloud-authorization: uJ13vBx80VGzZ0KcClBqxHNDJr3QI0K5KaQ0YKn2YZ0=
Body:
- Response
-
HTTP/1.1 200 OK
Headers:
Content-Length: 703
Content-Type: application/vnd.vmware.vcloud.runtimeinfosection+xml;version=5.5
Vary: Accept-Encoding
Body:
<?xml version="1.0" encoding="UTF-8"?><RuntimeInfoSection
xmlns="http://www.vmware.com/vcloud/v1.5"
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/vm-89c84bd6-c6f2-4e4c-8a7d-c44a3489e2e4/runtimeInfoSection"
vcloud:type="application/vnd.vmware.vcloud.virtualHardwareSection+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>Specifies Runtime info</ovf:Info>
</RuntimeInfoSection>