Blogs

Scripting How-To: View complete REST calls using equivalent CLI commands

By Erdem posted 02-09-2016 15:05

  

If you want to see the REST call associated with a particular CLI command for OpenStack (nova, neutron, keystone, glance, etc) then just add the --debug flag to the command and you’ll see the entire REST API exchange.  Very useful if you’re trying to understand what is required in the API.


#-debugflag
#openstack
#Rest
#How-To
#cli