Virtual Machine disk information and network information are not included by default as fetching these are expensive operations. These can be included by setting the include_vmdisk_config and include_vmnic_config flags respectively.
Based on this I was planning on leveraging these flags for performance reasons when listing VM's, but I'm not sure they are working. I'm testing against a Acropolis system running 5.0.0.2.
I diffed the JSON responses from Swagger when include_vmdisk_config and include_vmnic_config were:
- both excluded
- both set to true
- both set to false
Is this expected?