02a6f560f0
Now Mogan has his own V1 api-ref folder, but the documents in here are not be organized very well like other projects. So this patch wants to improve it better. Change-Id: Ia2cd8dd99b617c64550e50c96c49aa1e323862bd Closes-Bug: #1653616
33 lines
599 B
ReStructuredText
33 lines
599 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
====================
|
|
Availability Zones
|
|
====================
|
|
|
|
Lists availability zones.
|
|
|
|
List Availability Zone information
|
|
==================================
|
|
|
|
.. rest_method:: GET /availability_zones
|
|
|
|
Lists availability zone information.
|
|
|
|
Normal response codes: 200
|
|
|
|
Error response codes: unauthorized(401), forbidden(403)
|
|
|
|
Response
|
|
--------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- availability_zones: availability_zones
|
|
|
|
|
|
|
|
|
**Example List availability zone information**
|
|
|
|
.. literalinclude:: samples/availability_zones/availability-zone-list-resp.json
|
|
:language: javascript
|