vCloud Director also stores virtual machine configuration information uploaded from an OVF file into a vApp template. If you have not modified a virtual machine configuration since uploading, you can use this information to verify the configuration of the virtual machine before restoring it.
The following methods, applied to an object of type VM, retrieve configuration data structures from vCloud Director.
The following example shows the REST API calls corresponding to the virtual machine configuration sections available from the SDK for .NET. REST API calls to get virtual machine configuration data:
GET https://vCloud/api/vapp/id/virtualhardwaresection GET https://vCloud/api/vapp/id/operatingSystemSection GET https://vCloud/api/vapp/id/networkConnectionSection GET https://vCloud/api/vapp/id/runtimeInfoSection