api-ref: Fix api-ref for service-providers

Added request parameters for the rest_method::
GET /v2.0/service-providers

Change-Id: Ieb73c0634cf74e9d379ed961391053f7a7bb07c7
Partially-Implements: blueprint neutron-in-tree-api-ref
Partial-Bug: #1613151
This commit is contained in:
Anindita Das 2016-08-22 04:41:53 +00:00
parent d803eaf7c3
commit ff2bb7429c

View File

@ -1,8 +1,4 @@
.. -*- rst -*- .. -*- rst -*-
.. needs:method_verification
.. needs:parameter_verification
.. needs:example_verification
.. needs:body_verification
================= =================
Service providers Service providers
@ -17,22 +13,32 @@ List service providers
Lists service providers and their associated service types. Lists service providers and their associated service types.
Use the ``fields`` query parameter to control which fields are
returned in the response body. Additionally, you can filter results
by using query string parameters. For information, see `Filtering
and Column Selection <https://wiki.openstack.org/wiki/Neutron/APIv2
-specification#Filtering_and_Column_Selection>`__.
Normal response codes: 200 Normal response codes: 200
Error response codes: 404,409,401,400 Error response codes: 401
Request Request
------- -------
.. rest_parameters:: parameters.yaml
- fields: fields
Response Parameters Response Parameters
------------------- -------------------
.. rest_parameters:: parameters.yaml .. rest_parameters:: parameters.yaml
- default: default
- service_type: service_type
- service_providers: service_providers - service_providers: service_providers
- service_type: service_type
- name: name - name: name
- default: default
Response Example Response Example
---------------- ----------------