Description of problem: Disks are attached to the virtual machine, in the ovirt engine Web UI name of the Virtual machine attached to the disk is available but through the API GET request there are no such details about the attached Virtual machine.' Version-Release number of selected component (if applicable): How reproducible: hit the API and check its output. Steps to Reproduce: 1. hit the API: 'https://{ovirt-engine-ip}/ovirt-engine/api/disks/{disk_id}' 2. send a get request on this API 3. store the server response and then verify it. Actual results: There is no information about the virtual machine on which the disk is attached. Expected results: If the details are available in the ovirt engine Web UI then it should also be available in its API. Additional info:
In order to get this information you have to send All-content: true header. *** This bug has been marked as a duplicate of bug 1585572 ***