api-ref: Add response fields and response example for volume manage
https://developer.openstack.org/api-ref/block-storage/v3/index.html#manage-an-existing-volume Response fields and response example are missing in the "Manage an existing volume" api ref, this is to add them. Change-Id: If624b672d1723a7226741da85802de87979f6c12
This commit is contained in:
parent
e1d8ec8b26
commit
a065af3c27
@ -52,3 +52,38 @@ Request Example
|
||||
|
||||
.. literalinclude:: ./samples/volume-manage-request.json
|
||||
:language: javascript
|
||||
|
||||
|
||||
Response
|
||||
--------
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- volume: volume
|
||||
- status: status_3
|
||||
- migration_status: migration_status
|
||||
- user_id: user_id
|
||||
- attachments: attachments
|
||||
- links: links_3
|
||||
- availability_zone: availability_zone
|
||||
- bootable: bootable_response
|
||||
- encrypted: encrypted
|
||||
- created_at: created_at
|
||||
- description: description_5
|
||||
- updated_at: updated_at
|
||||
- volume_type: volume_type
|
||||
- name: name_13
|
||||
- replication_status: replication_status
|
||||
- consistencygroup_id: consistencygroup_id
|
||||
- source_volid: source_volid
|
||||
- snapshot_id: snapshot_id
|
||||
- multiattach: multiattach_resp
|
||||
- metadata: metadata_1
|
||||
- id: id_5
|
||||
- size: size
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ./samples/volume-manage-response.json
|
||||
:language: javascript
|
||||
|
@ -63,6 +63,41 @@ Request Example
|
||||
:language: javascript
|
||||
|
||||
|
||||
Response
|
||||
--------
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- volume: volume
|
||||
- status: status_3
|
||||
- migration_status: migration_status
|
||||
- user_id: user_id
|
||||
- attachments: attachments
|
||||
- links: links_3
|
||||
- availability_zone: availability_zone
|
||||
- bootable: bootable_response
|
||||
- encrypted: encrypted
|
||||
- created_at: created_at
|
||||
- description: description_5
|
||||
- updated_at: updated_at
|
||||
- volume_type: volume_type
|
||||
- name: name_13
|
||||
- replication_status: replication_status
|
||||
- consistencygroup_id: consistencygroup_id
|
||||
- source_volid: source_volid
|
||||
- snapshot_id: snapshot_id
|
||||
- multiattach: multiattach_resp
|
||||
- metadata: metadata_1
|
||||
- id: id_5
|
||||
- size: size
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ./samples/volume-manage-response.json
|
||||
:language: javascript
|
||||
|
||||
|
||||
List summary of volumes available to manage
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user