Openstack reseller API ================== This page contains all endpoints for the openstack reseller API. Every call requires your API Key to be sent via the ``X-Reseller-Api-Key`` header. A ``401 UNAUTHORIZED`` status code will be sent back if credentials are missing. We added example requests to get the servers details of a user by only having the user's email. In these requests, the service used are keystone and nova, which services types are "identity" and "compute" respectively. At the end of this document, we added the `generic request `_ so you can use it for any openstack service. .. note:: If you're not sure which service/path you will need, check the `official openstack api endpoint `_, then get the name of the service you want to use. After doing this, `search the service type `_ of the service you want to use and use it as the service in these requests. .. warning:: Only the GET method is authorized. .. autoflask:: portal.app:get_app() :undoc-static: :blueprints: reseller_api_openstack