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
required: false
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:
description: |
The QoS set ID.

View File

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