as far as I know every Quantum API call can return content either in XML or JSON. You can either: 1) add a '.xml' suffix to your request: GET /v2.0/networks.xml 2) set the accept header to 'application/xml' I think you can also set content-type header to the same value, but I'm honestly not sure and I don't have docs at hand.
Regards, Salvatore On 17 June 2013 18:00, Julio Carlos Barrera Juez < [email protected]> wrote: > Is there a way to configure Quantum Network API 2.0 to have XML > serialization instead of JSON? It is documented? Have extensions like L3 > this option too? > > _______________________________________________ > OpenStack-dev mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >
_______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
