Merge "Fix some inconsistencies in qos-specs api ref"

This commit is contained in:
Zuul 2018-09-26 03:11:43 +00:00 committed by Gerrit Code Review
commit 9d2f404bf7
2 changed files with 36 additions and 7 deletions

View File

@ -2261,6 +2261,30 @@ provider_optional:
in: body in: body
required: false required: false
type: string type: string
qos_association_id:
description: |
The Qos association ID.
in: body
required: true
type: string
qos_association_name:
description: |
The QoS association name.
in: body
required: true
type: string
qos_association_type:
description: |
The QoS association type.
in: body
required: true
type: string
qos_associations:
description: |
A collection of ``QoS associations``.
in: body
required: true
type: array
qos_set_id: qos_set_id:
description: | description: |
The QoS set ID. The QoS set ID.

View File

@ -95,18 +95,16 @@ Response
.. rest_parameters:: parameters.yaml .. rest_parameters:: parameters.yaml
- qos_specs: qos_specs - qos_associations: qos_associations
- specs: specs - type: qos_association_type
- consumer: consumer_1 - id: qos_association_id
- name: name_4 - name: qos_association_name
- id: id_3
- links: links_2
Response Example Response Example
---------------- ----------------
.. literalinclude:: ./samples/qos-show-response.json .. literalinclude:: ./samples/qos_show_response.json
:language: javascript :language: javascript
@ -333,6 +331,13 @@ Response Parameters
- specs: specs - specs: specs
Response Example
----------------
.. literalinclude:: ./samples/qos-create-response.json
:language: javascript
List QoS Specifications List QoS Specifications
~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~