<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="">&gt; 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="">&gt; Version: 3</font></div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">&gt; Content-Type: application/xml</font></div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">&gt; Accept: application/xml</font></div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">&gt; Filter: False</font></div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">&gt; Prefer: persistent-auth</font></div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">&gt; 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="">&lt; HTTP/1.1 404 Not Found</font></div></div><div class=""><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">&lt; &lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;</font></div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">&lt; &lt;fault&gt;</font></div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">&lt; &nbsp; &nbsp; &lt;reason&gt;Operation Failed&lt;/reason&gt;</font></div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">&lt; &nbsp; &nbsp; &lt;detail&gt;Entity not found: Storage server connection: id=6860d96f-557e-4d82-a209-401d72bd6e16&lt;/detail&gt;</font></div><div style="margin: 0px;" class=""><font face="Menlo" style="font-size: 11px;" class="">&lt; &lt;/fault&gt;</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&nbsp;&nbsp;[org.ovirt.engine.core.vdsbroker.vdsbroker.DisconnectStorageServerVDSCommand] (default task-25) [4c2e1822]&nbsp;START, DisconnectStorageServerVDSCommand(HostName = ng320, StorageServerConnectionManagementVDSParameters:{runAsync='true',&nbsp;hostId='4426ed42-0805-43b1-92d9-3e5a680eaf38', storagePoolId='00000000-0000-0000-0000-000000000000', storageType='LOCALFS',&nbsp;connectionList='[StorageServerConnections:{id='6860d96f-557e-4d82-a209-401d72bd6e16', connection='/data/ovirt/data', iqn='null',&nbsp;vfsType='null', mountOptions='null', nfsVersion='null', nfsRetrans='null', nfsTimeo='null', iface='null', netIfaceName='null'}]'}), log&nbsp;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&nbsp; [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>