Files
deb-python-neutron-lib/api-ref/source/v2/service-providers.inc
Akihiro Motoki 31816d2eb1 api-ref: Rename file names for consistency
- xxxx.inc (API definition) files are renamed to <resources>.inc
  or <extension-alias>.inc.
- Sample file directories are renamed to match xxxx.inc.
- layer3-ext.inc are split into routers.inc and floatingips.inc.

Note that networks-multi-provider-ext.inc, networks-vlan-transparency-ext.inc
and not renamed as they will be merged into networks.inc.

Preparation of API-ref cleanup.

Part of neutron-in-tree-api-ref

Change-Id: I8e266c02af71d5134a40fa187edddbda18700085
2016-08-04 10:33:25 +09:00

42 lines
761 B
ReStructuredText

.. -*- rst -*-
.. needs:method_verification
.. needs:parameter_verification
.. needs:example_verification
.. needs:body_verification
=================
Service providers
=================
Lists service providers.
List service providers
======================
.. rest_method:: GET /v2.0/service-providers
Lists service providers and their associated service types.
Normal response codes: 200
Error response codes: 404,409,401,400
Request
-------
Response Parameters
-------------------
.. rest_parameters:: parameters.yaml
- default: default
- service_type: service_type
- service_providers: service_providers
- name: name
Response Example
----------------
.. literalinclude:: samples/service-type-response.json
:language: javascript