- 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
42 lines
761 B
ReStructuredText
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
|