Description of problem: Rest api collection of disk attachment objects. Version-Release number of selected component (if applicable): rhevm-4.0.2-0.2.rc1.el7ev.noarch How reproducible: 100% Steps to Reproduce: 1. get a vms disk attachment collection: /ovirt-engine/api/vms/5eab22b7-cfe0-4ce3-96f3-3f0ec88f9960/diskattachments Actual results: <disk_attachments> <disk_attachment id="6f92b6a8-152b-4020-b341-d983e9df1fe2"> <bootable>false</bootable> <interface>virtio_scsi</interface> </disk_attachment> </disk_attachments> Expected results: as with any other response in ovirt the object returns the href property with the link to the disk attachment link: <disk_attachments> <disk_attachment href="/ovirt-engine/api/vms/5eab22b7-cfe0-4ce3-96f3-3f0ec88f9960/diskattachments/6f92b6a8-152b-4020-b341-d983e9df1fe2" id="6f92b6a8-152b-4020-b341-d983e9df1fe2"> <bootable>false</bootable> <interface>virtio_scsi</interface> </disk_attachment> </disk_attachments> Additional info:
in version 4.0.2-1