Atom feed of this document
 

 URI structure

Each request to the OpenStack Quantum API must refer to a specific version of the API itself, and it must also identify the tenant for which the request is being sent.

This information is specified in the URI. The URI for each request to the OpenStack Quantum API should be prefixed with the API version identifier and the tenant identifier, as follows:

/{Quantum-version}/tenants/{tenant-id}/{Quantum-API-entity}

As an example, the following URI represents a request for retrieving all the networks configured for the tenant "ABC" using the 1.0 API.

/v1.0/ABC/networks