
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
44 lines
723 B
ReStructuredText
44 lines
723 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
=================
|
|
Service providers
|
|
=================
|
|
|
|
Lists service providers.
|
|
|
|
List service providers
|
|
======================
|
|
|
|
.. rest_method:: GET /v2.0/service-providers
|
|
|
|
Lists service providers and their associated service types.
|
|
|
|
.. include:: filtering-list.inc
|
|
|
|
Normal response codes: 200
|
|
|
|
Error response codes: 401
|
|
|
|
Request
|
|
-------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- fields: fields
|
|
|
|
Response Parameters
|
|
-------------------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- service_providers: service_providers
|
|
- service_type: service_type
|
|
- name: name
|
|
- default: default
|
|
|
|
Response Example
|
|
----------------
|
|
|
|
.. literalinclude:: samples/service-type-response.json
|
|
:language: javascript
|