Linux serverNETWORK ADMINISTRATIONSredhat

Handling Openstack through Rest API's

Handling Openstack through API’s

Handling Openstack through Rest API’s using python’s requests module

Create instance or virtual machine via openstack api using python’s requests module

Explore Openstack Rest API’s

Link to code files and explaination :

https://medium.com/@lalit.garghate/handling-openstack-through-apis-1dd9298b68c8

source

by Lalit Garghate

openstack

7 thoughts on “Handling Openstack through Rest API's

  • I want to fetch information of instances like Floating IP, internal IP, instance name, project name, hypervisor name, etc from API in OpenStack env. Can you please help on this? (It is multi project openstack env)

  • You are my savior Lalit ! I cannot thank you enough. I was able to complete the instance creation just because of you. Thanks again !!
    The only change that I had to do was to remove "scope" from the JSON. It was giving me auth error. As I do not have admin privileges, I was unable to dig deeper to see other settings.

Comments are closed.