<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I'm trying to list domains using the api, and I'm getting a strange message :<div class=""><br class=""></div><div class=""><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">> GET /api/storagedomains;case_sensitive=True HTTP/1.1</font></div></div><div class=""><font face="Menlo" style="font-size: 11px;" class="">...</font></div><div class=""><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">> Version: 3</font></div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">> Content-Type: application/xml</font></div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">> Accept: application/xml</font></div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">> Filter: False</font></div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">> Prefer: persistent-auth</font></div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">> Content-Length: 0</font></div></div><div class=""><font face="Menlo" style="font-size: 11px;" class=""><br class=""></font></div><div class=""><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">< HTTP/1.1 404 Not Found</font></div></div><div class=""><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">< <?xml version="1.0" encoding="UTF-8" standalone="yes"?></font></div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">< <fault></font></div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">< <reason>Operation Failed</reason></font></div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">< <detail>Entity not found: Storage server connection: id=6860d96f-557e-4d82-a209-401d72bd6e16</detail></font></div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">< </fault></font></div></div><div class=""><br class=""></div><div class="">And in engine.log, I got:</div><div class="">Before:</div><div class=""><font face="Menlo" class=""><span style="font-size: 11px;" class="">2016-05-30 13:07:31,017 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DisconnectStorageServerVDSCommand] (default task-25) [4c2e1822] START, DisconnectStorageServerVDSCommand(HostName = ng320, StorageServerConnectionManagementVDSParameters:{runAsync='true', hostId='4426ed42-0805-43b1-92d9-3e5a680eaf38', storagePoolId='00000000-0000-0000-0000-000000000000', storageType='LOCALFS', connectionList='[StorageServerConnections:{id='6860d96f-557e-4d82-a209-401d72bd6e16', connection='/data/ovirt/data', iqn='null', vfsType='null', mountOptions='null', nfsVersion='null', nfsRetrans='null', nfsTimeo='null', iface='null', netIfaceName='null'}]'}), log id: 63f890<br class="">...</span></font></div><div class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">2016-05-30 13:07:32,312 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.DisconnectStorageServerVDSCommand] (default task-25) [4c2e1822] FINISH, DisconnectStorageServerVDSCommand, return: {6860d96f-557e-4d82-a209-401d72bd6e16=0}, log id: 63f890</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px;" class="">When I run the command:</div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">2016-05-31 15:34:11,259 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (default task-13) [] Operation Failed: Entity not found: Storage server connection: id=6860d96f-557e-4d82-a209-401d72bd6e16</font></div></div><div style="margin: 0px;" class=""><br class=""></div><div style="margin: 0px;" class="">What's wrong ?</div></body></html>