<div dir="ltr">Hi Wijnand,<br><br>For the compute resource, try adding the trealing '/'<br><br> curl -v -X GET  <a href="http://localhost:3000/compute/">http://localhost:3000/compute/</a><br><br>In fact the request is as follow,<br>
<br> <a href="http://localhost:3000">http://localhost:3000</a> +<br>    <br>      Get All resources : ""<br>      Get X-Type resourceS : "/X/"  X= compute;storage;link;network<br>      Get the resource :  "/X/id"  the resource id<br>
 <br>      "-": full representation.<br><br>For the authentication, it was not implemented on v 0.2. I just make request without specifying id:password.<br>Didn't yet succeeded the V 0.3 installation.<br><br>
Amine<br></div>