<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:12.727272033691406px">Hi Dear All,</span><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
I have a  question about the python API for nova. </div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">I use the code ( server = nova.servers.find(name=instancename)  ) to get the list and detail information of the running instance, but when I print the server, I only get  output like <Server: vm1> without detailed information.</div>
<div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">I want to get the all detail information some like the json architecture, describe here.</div>
<div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><a href="http://docs.openstack.org/api/openstack-compute/2/content/List_Servers-d1e2078.html" target="_blank">http://docs.openstack.org/api/openstack-compute/2/content/List_Servers-d1e2078.html</a><br>
</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">But, when I use the same API for quantum or neutron, like  "print quantum.list_networks(name=netname)"</div>
<div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">I can print out all  information for a network, which is same as it is describe in the </div>
<div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><a href="http://docs.openstack.org/api/openstack-network/2.0/content/List_Networks.html" target="_blank">http://docs.openstack.org/api/openstack-network/2.0/content/List_Networks.html</a><br>
</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
What is the different ? how  can I get the detail information of instance ?</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
Thanks very much.</div></div>