[ovirt-devel] Re: Ovirt SDK: Problems retrieving the storage domain, status null when not in active or unattached state

2019-10-11 Thread donagh . moran
Hi Ondra Thanks for the info, much appreciated. We were able to retrieve the status using the method you suggested. It does seem a bit strange that some of the states are available via the storagedomains endpoint while others are not. I'll keep an eye on this issue to see what your colleague

[ovirt-devel] Re: Ovirt SDK: Problems retrieving the storage domain, status null when not in active or unattached state

2019-09-30 Thread Ondra Machacek
Hello, I am unsure about the reason, but we do return status only under storageomdomain subresource of the datacenters resource. So in order to get the SD status you have to do following: SystemService sysService = connection.systemService(); DataCentersService dcsService =