Files
neutron-lib/api-ref/source/v2/availability_zones.inc
Brian Haley c28b3ab8fe Fix incorrect links for the filtering spec
The spec networking_general_api_information.html was moved
to api-ref in [0] but some of the links pointing to it
were not updated. This change makes all the refs consistent
and adds links where missing.

Also moved sync/async and bulk create sections lower to
group all the filtering, pagination and sorting sections
together since they are inter-related.

[0] https://review.opendev.org/c/openstack/neutron-lib/+/362877

Change-Id: I895cc9aaee2546b95e93150c134f350a50346447
2024-04-04 19:00:17 -04:00

46 lines
774 B
ReStructuredText

.. -*- rst -*-
==================
Availability Zones
==================
Lists availability zones.
List all availability zones
===========================
.. rest_method:: GET /v2.0/availability_zones
Lists all availability zones.
.. include:: filtering-list.inc
Normal response codes: 200
Error response codes: 401
Request
-------
.. rest_parameters:: parameters.yaml
- state: state-query
- resource: resource-query
- name: name-query
Response Parameters
-------------------
.. rest_parameters:: parameters.yaml
- availability_zones: availability_zones-list
- state: state
- resource: resource
- name: name
Response Example
----------------
.. literalinclude:: samples/availability-zones/azs-list-response.json
:language: javascript