OLVM API - 'follow' option to extend properties
Hello,
I need to get the disks information for a specific VM. Most important part is to get the "storage_domain" for each VM disk.
I tried to use the 'follow' option in the GET API call like this:
{{olvmBaseUrl}}/vms/{{VM_id}}?follow=disk_attachments.disk.disk_profile.storage_domain
The server response is not complete. The "storage_domain" is expanded only for the first disk.
There is something that I need to specify to have the information expanded for all disks?
There is any other way to get this information for all disks of a specific VM?
Thanks.