Improve/Clean api-ref parameters
The parameters with name like example_1, example_2 ... etc. cause confusion while updating the api-ref docs like the examples below: https://review.openstack.org/#/c/609639/ https://review.openstack.org/#/c/609611/ This patch does the following changes : 1) Replace numbering in the parameter with relevant names 2) Clean up unused parameters Change-Id: I35b343bf068281d729576e5ecc209bda60c28680
This commit is contained in:
parent
75e4f1e0f3
commit
609412fcd2
@ -62,7 +62,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- attachment_id: attachment_id_1
|
||||
- attachment_id: attachment_id_path
|
||||
|
||||
|
||||
Show attachment details
|
||||
@ -93,7 +93,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- attachment_id: attachment_id_1
|
||||
- attachment_id: attachment_id_path
|
||||
|
||||
|
||||
Response Parameters
|
||||
@ -101,14 +101,14 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- status: status_9
|
||||
- status: status_attachment
|
||||
- detached_at: detached_at
|
||||
- connection_info: connection_info
|
||||
- attached_at: attached_at
|
||||
- attach_mode: attach_mode
|
||||
- instance: instance_uuid_1
|
||||
- volume_id: volume_id_7
|
||||
- id: attachment_id_2
|
||||
- attach_mode: attach_mode_required
|
||||
- instance: instance_uuid_req
|
||||
- volume_id: volume_id_attachment
|
||||
- id: attachment_id_required
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -156,14 +156,14 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- status: status_9
|
||||
- status: status_attachment
|
||||
- detached_at: detached_at
|
||||
- connection_info: connection_info
|
||||
- attached_at: attached_at
|
||||
- attach_mode: attach_mode
|
||||
- instance: instance_uuid_1
|
||||
- volume_id: volume_id_7
|
||||
- id: attachment_id_2
|
||||
- attach_mode: attach_mode_required
|
||||
- instance: instance_uuid_req
|
||||
- volume_id: volume_id_attachment
|
||||
- id: attachment_id_required
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -211,10 +211,10 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- status: status_9
|
||||
- instance: instance_uuid_1
|
||||
- volume_id: volume_id_7
|
||||
- id: attachment_id_2
|
||||
- status: status_attachment
|
||||
- instance: instance_uuid_req
|
||||
- volume_id: volume_id_attachment
|
||||
- id: attachment_id_required
|
||||
|
||||
|
||||
Response Example
|
||||
@ -253,10 +253,10 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- attachment: attachment
|
||||
- instance_uuid: instance_uuid_1
|
||||
- instance_uuid: instance_uuid_req
|
||||
- connector: connector
|
||||
- volume_uuid: volume_id_7
|
||||
- mode: attach_mode_1
|
||||
- volume_uuid: volume_id_attachment
|
||||
- mode: attach_mode
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -270,14 +270,14 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- attachment: attachment
|
||||
- status: status_9
|
||||
- status: status_attachment
|
||||
- detached_at: detached_at
|
||||
- connection_info: connection_info
|
||||
- attached_at: attached_at
|
||||
- attach_mode: attach_mode
|
||||
- instance: instance_uuid_1
|
||||
- volume_id: volume_id_7
|
||||
- id: attachment_id_2
|
||||
- attach_mode: attach_mode_required
|
||||
- instance: instance_uuid_req
|
||||
- volume_id: volume_id_attachment
|
||||
- id: attachment_id_required
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -314,9 +314,9 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- attachment_id: attachment_id_1
|
||||
- attachment_id: attachment_id_path
|
||||
- attachement: attachment
|
||||
- connector: connector_1
|
||||
- connector: connector_required
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -330,14 +330,14 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- attachment: attachment
|
||||
- status: status_9
|
||||
- status: status_attachment
|
||||
- detached_at: detached_at
|
||||
- connection_info: connection_info
|
||||
- attached_at: attached_at
|
||||
- attach_mode: attach_mode
|
||||
- instance: instance_uuid_1
|
||||
- volume_id: volume_id_7
|
||||
- id: attachment_id_2
|
||||
- attach_mode: attach_mode_required
|
||||
- instance: instance_uuid_req
|
||||
- volume_id: volume_id_attachment
|
||||
- id: attachment_id_required
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -374,7 +374,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- attachment_id: attachment_id_1
|
||||
- attachment_id: attachment_id_path
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
|
@ -35,9 +35,9 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- pool_name: pool_name
|
||||
- description: description_10
|
||||
- description: description_cap
|
||||
- volume_backend_name: volume_backend_name
|
||||
- namespace: namespace_1
|
||||
- namespace: namespace_storage
|
||||
- visibility: visibility
|
||||
- driver_version: driver_version
|
||||
- vendor_name: vendor_name
|
||||
|
@ -80,10 +80,10 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- consistencygroup: consistencygroup
|
||||
- description: description_11
|
||||
- description: description_consis
|
||||
- availability_zone: availability_zone
|
||||
- volume_types: volume_types_2
|
||||
- name: name_15
|
||||
- volume_types: volume_types_commas
|
||||
- name: name_consis
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -97,13 +97,13 @@ Response
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- consistencygroup: consistencygroup
|
||||
- status: status_1
|
||||
- description: description_6
|
||||
- status: status_consis
|
||||
- description: description_cg
|
||||
- availability_zone: availability_zone
|
||||
- created_at: created_at
|
||||
- volume_types: volume_types
|
||||
- name: name_15
|
||||
- id: consistencygroup_id_1
|
||||
- name: name_consis
|
||||
- id: consistencygroup_id
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -131,15 +131,15 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- consistencygroup_id: consistencygroup_id_2
|
||||
- consistencygroup_id: consistencygroup_id_path
|
||||
|
||||
Response Parameters
|
||||
-------------------
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- status: status_1
|
||||
- description: description_6
|
||||
- status: status_consis
|
||||
- description: description_cg
|
||||
- availability_zone: availability_zone
|
||||
- created_at: created_at
|
||||
- volume_types: volume_types
|
||||
@ -176,9 +176,9 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- consistencygroup-from-src: consistencygroup-from-src
|
||||
- status: status_1
|
||||
- status: status_consis
|
||||
- user_id: user_id
|
||||
- description: description_11
|
||||
- description: description_consis
|
||||
- cgsnapshot_id: cgsnapshot_id
|
||||
- source_cgid: source_cgid
|
||||
- project_id: project_id
|
||||
@ -212,7 +212,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- consistencygroup_id: consistencygroup_id_2
|
||||
- consistencygroup_id: consistencygroup_id_path
|
||||
- consistencygroup: consistencygroup
|
||||
- force: force
|
||||
|
||||
@ -257,8 +257,8 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- consistencygroups: consistencygroups
|
||||
- status: status_1
|
||||
- description: description_6
|
||||
- status: status_consis
|
||||
- description: description_cg
|
||||
- availability_zone: availability_zone
|
||||
- created_at: created_at
|
||||
- volume_types: volume_types
|
||||
@ -294,10 +294,10 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- consistencygroup_id: consistencygroup_id_2
|
||||
- consistencygroup_id: consistencygroup_id_path
|
||||
- consistencygroup: consistencygroup
|
||||
- remove_volumes: remove_volumes
|
||||
- description: description_11
|
||||
- description: description_consis
|
||||
- add_volumes: add_volumes
|
||||
- name: name
|
||||
|
||||
|
@ -37,7 +37,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- backup_id: backup_id
|
||||
- backup_id: backup_id_required
|
||||
- os-force_delete: os-force_delete
|
||||
|
||||
Request Example
|
||||
@ -75,9 +75,9 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- backup_id: backup_id
|
||||
- backup_id: backup_id_required
|
||||
- os-reset_status: os-reset_status
|
||||
- status: status_10
|
||||
- status: status_backup_action
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
|
@ -77,26 +77,26 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- backups: backups
|
||||
- status: status_4
|
||||
- status: status_backup
|
||||
- object_count: object_count
|
||||
- fail_reason: fail_reason
|
||||
- description: description
|
||||
- links: links_1
|
||||
- links: links_backup
|
||||
- availability_zone: availability_zone
|
||||
- created_at: created_at
|
||||
- updated_at: updated_at
|
||||
- name: name_1
|
||||
- name: name_backup
|
||||
- has_dependent_backups: has_dependent_backups
|
||||
- volume_id: volume_id
|
||||
- container: container
|
||||
- size: size
|
||||
- id: id_1
|
||||
- id: id_backup
|
||||
- is_incremental: is_incremental
|
||||
- data_timestamp: data_timestamp
|
||||
- snapshot_id: snapshot_id_2
|
||||
- snapshot_id: snapshot_id_source_vol
|
||||
- os-backup-project-attr:project_id: os-backup-project-attr:project_id
|
||||
- count: count
|
||||
- metadata: metadata_9
|
||||
- metadata: metadata_backup
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -126,7 +126,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- backup_id: backup_id
|
||||
- backup_id: backup_id_required
|
||||
|
||||
|
||||
Response Parameters
|
||||
@ -135,26 +135,26 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- backup: backup
|
||||
- status: status_4
|
||||
- status: status_backup
|
||||
- object_count: object_count
|
||||
- container: container
|
||||
- description: description
|
||||
- links: links_1
|
||||
- links: links_backup
|
||||
- availability_zone: availability_zone
|
||||
- created_at: created_at
|
||||
- updated_at: updated_at
|
||||
- name: name_1
|
||||
- name: name_backup
|
||||
- has_dependent_backups: has_dependent_backups
|
||||
- volume_id: volume_id
|
||||
- fail_reason: fail_reason
|
||||
- size: size
|
||||
- backup: backup
|
||||
- id: id_1
|
||||
- id: id_backup
|
||||
- is_incremental: is_incremental
|
||||
- data_timestamp: data_timestamp
|
||||
- snapshot_id: snapshot_id_2
|
||||
- snapshot_id: snapshot_id_source_vol
|
||||
- os-backup-project-attr:project_id: os-backup-project-attr:project_id
|
||||
- metadata: metadata_9
|
||||
- metadata: metadata_backup
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -187,7 +187,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- backup_id: backup_id
|
||||
- backup_id: backup_id_required
|
||||
|
||||
|
||||
Restore a backup
|
||||
@ -229,10 +229,10 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- backup_id: backup_id
|
||||
- backup_id: backup_id_required
|
||||
- restore: restore
|
||||
- name: volume_name_optional
|
||||
- volume_id: volume_id_6
|
||||
- volume_id: volume_id_restore
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -246,7 +246,7 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- restore: restore
|
||||
- backup_id: backup_id
|
||||
- backup_id: backup_id_required
|
||||
- volume_id: volume_id
|
||||
- volume_name: volume_name
|
||||
|
||||
@ -285,15 +285,15 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- backup: backup
|
||||
- volume_id: volume_id_2
|
||||
- volume_id: volume_id_backup
|
||||
- container: container
|
||||
- description: description
|
||||
- incremental: incremental
|
||||
- force: force
|
||||
- name: name_optional
|
||||
- snapshot_id: snapshot_id_3
|
||||
- metadata: metadata_9
|
||||
- availability_zone: availability_zone_4
|
||||
- snapshot_id: snapshot_id_backup
|
||||
- metadata: metadata_backup
|
||||
- availability_zone: availability_zone_backup
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -307,9 +307,9 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- backup: backup
|
||||
- id: id_1
|
||||
- links: links_1
|
||||
- name: name_1
|
||||
- id: id_backup
|
||||
- links: links_backup
|
||||
- name: name_backup
|
||||
|
||||
|
||||
Update a backup
|
||||
@ -336,11 +336,11 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- backup_id: backup_id
|
||||
- backup_id: backup_id_required
|
||||
- backup: backup
|
||||
- description: description
|
||||
- name: name_optional
|
||||
- metadata: metadata_9
|
||||
- metadata: metadata_backup
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -354,9 +354,9 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- backup: backup
|
||||
- id: id_1
|
||||
- links: links_1
|
||||
- name: name_1
|
||||
- id: id_backup
|
||||
- links: links_backup
|
||||
- name: name_backup
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -403,9 +403,9 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- backups: backups
|
||||
- id: id_1
|
||||
- links: links_1
|
||||
- name: name_1
|
||||
- id: id_backup
|
||||
- links: links_backup
|
||||
- name: name_backup
|
||||
- count: count
|
||||
|
||||
Response Example
|
||||
@ -442,7 +442,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- backup_id: backup_id
|
||||
- backup_id: backup_id_required
|
||||
|
||||
|
||||
Response Parameters
|
||||
@ -488,7 +488,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- backup_id: backup_id
|
||||
- backup_id: backup_id_required
|
||||
- backup-record: backup_record
|
||||
- backup_service: backup_service
|
||||
- backup_url: backup_url
|
||||
@ -506,9 +506,9 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- id: id_1
|
||||
- links: links_1
|
||||
- name: name_1
|
||||
- id: id_backup
|
||||
- links: links_backup
|
||||
- name: name_backup
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
|
@ -34,7 +34,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_id: group_id
|
||||
- group_id: group_id_path
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -83,7 +83,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_id: group_id
|
||||
- group_id: group_id_path
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -116,7 +116,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_id: group_id
|
||||
- group_id: group_id_path
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -149,7 +149,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_id: group_id
|
||||
- group_id: group_id_path
|
||||
- allow_attached_volume: allow_attached_volume
|
||||
- secondary_backend_id: backend_id_target
|
||||
|
||||
|
@ -34,7 +34,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_snapshot_id: group_snapshot_id
|
||||
- group_snapshot_id: group_snapshot_id_path
|
||||
|
||||
|
||||
Show group snapshot details
|
||||
@ -64,7 +64,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_snapshot_id: group_snapshot_id
|
||||
- group_snapshot_id: group_snapshot_id_path
|
||||
|
||||
|
||||
Response Parameters
|
||||
@ -74,12 +74,12 @@ Response Parameters
|
||||
|
||||
- group_snapshot: group_snapshot
|
||||
- created_at: created_at
|
||||
- group_id: source_group_id
|
||||
- id: group_snapshot_id_1
|
||||
- name: name_19
|
||||
- status: status_7
|
||||
- description: description_16
|
||||
- group_type_id: group_type_id_2
|
||||
- group_id: source_group_id_req
|
||||
- id: group_snapshot_id_req
|
||||
- name: name_group_snap_req
|
||||
- status: status_group_snap
|
||||
- description: description_group_snap_req
|
||||
- group_type_id: group_type_id
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -128,13 +128,13 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- group_snapshots: group_snapshots
|
||||
- id: group_snapshot_id_1
|
||||
- name: name_19
|
||||
- status: status_7
|
||||
- description: description_16
|
||||
- id: group_snapshot_id_req
|
||||
- name: name_group_snap_req
|
||||
- status: status_group_snap
|
||||
- description: description_group_snap_req
|
||||
- created_at: created_at
|
||||
- group_id: group_id_1
|
||||
- group_type_id: group_type_id_2
|
||||
- group_id: group_id
|
||||
- group_type_id: group_type_id
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -183,8 +183,8 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- group_snapshots: group_snapshots
|
||||
- id: group_snapshot_id_1
|
||||
- name: name_19
|
||||
- id: group_snapshot_id_req
|
||||
- name: name_group_snap_req
|
||||
|
||||
|
||||
Response Example
|
||||
@ -221,9 +221,9 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_snapshot: group_snapshot
|
||||
- name: name_18
|
||||
- description: description_14
|
||||
- group_id: group_id_1
|
||||
- name: name_group_snap
|
||||
- description: description_group_snap
|
||||
- group_id: group_id
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -237,9 +237,9 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- group_snapshot: group_snapshot
|
||||
- id: group_snapshot_id_1
|
||||
- name: name_19
|
||||
- group_type_id: group_type_id_2
|
||||
- id: group_snapshot_id_req
|
||||
- name: name_group_snap_req
|
||||
- group_type_id: group_type_id
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -274,9 +274,9 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_snapshot_id: group_snapshot_id
|
||||
- group_snapshot_id: group_snapshot_id_path
|
||||
- reset_status: reset_status
|
||||
- status: status_7
|
||||
- status: status_group_snap
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
|
@ -31,8 +31,8 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_type_id: group_type_id_1
|
||||
- group_specs: group_specs_2
|
||||
- group_type_id: group_type_id_path
|
||||
- group_specs: group_specs_req
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -47,7 +47,7 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- group_specs: group_specs_2
|
||||
- group_specs: group_specs_req
|
||||
|
||||
|
||||
Response Example
|
||||
@ -84,7 +84,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_type_id: group_type_id_1
|
||||
- group_type_id: group_type_id_path
|
||||
|
||||
|
||||
Response Parameters
|
||||
@ -92,7 +92,7 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- group_specs: group_specs_2
|
||||
- group_specs: group_specs_req
|
||||
|
||||
|
||||
Response Example
|
||||
@ -129,7 +129,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_type_id: group_type_id_1
|
||||
- group_type_id: group_type_id_path
|
||||
- spec_id: spec_id
|
||||
|
||||
|
||||
@ -174,7 +174,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_type_id: group_type_id_1
|
||||
- group_type_id: group_type_id_path
|
||||
- spec_id: spec_id
|
||||
- spec: spec_value
|
||||
|
||||
@ -225,5 +225,5 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_type_id: group_type_id_1
|
||||
- group_type_id: group_type_id_path
|
||||
- spec_id: spec_id
|
||||
|
@ -35,9 +35,9 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_type_id: group_type_id_1
|
||||
- group_type_id: group_type_id_path
|
||||
- group_type: group_type
|
||||
- name: name_16
|
||||
- name: name_group
|
||||
- description: description_group_type_optional
|
||||
- is_public: is_public_group_type_optional
|
||||
|
||||
@ -54,11 +54,11 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- group_type: group_type
|
||||
- id: group_type_id_2
|
||||
- id: group_type_id
|
||||
- is_public: is_public_group_type_required
|
||||
- group_specs: group_specs
|
||||
- description: description_group_type_required
|
||||
- name: name_16
|
||||
- name: name_group_type
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -91,7 +91,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_type_id: group_type_id_1
|
||||
- group_type_id: group_type_id_path
|
||||
|
||||
|
||||
Response Parameters
|
||||
@ -100,8 +100,8 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- group_type: group_type
|
||||
- id: group_type_id_2
|
||||
- name: name_16
|
||||
- id: group_type_id
|
||||
- name: name_group_type
|
||||
- is_public: is_public_group_type_required
|
||||
- group_specs: group_specs
|
||||
- description: description_group_type_required
|
||||
@ -147,8 +147,8 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- group_type: group_type
|
||||
- id: group_type_id_2
|
||||
- name: name_16
|
||||
- id: group_type_id
|
||||
- name: name_group_type
|
||||
- is_public: is_public_group_type_required
|
||||
- group_specs: group_specs
|
||||
- description: description_group_type_required
|
||||
@ -187,7 +187,7 @@ Request
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- group_type_id: group_type_id_1
|
||||
- group_type_id: group_type_id_path
|
||||
- project_id: project_id_path
|
||||
|
||||
|
||||
@ -224,9 +224,9 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- group_types: group_types
|
||||
- id: group_type_id_2
|
||||
- id: group_type_id
|
||||
- group_specs: group_specs
|
||||
- name: name_16
|
||||
- name: name_group_type
|
||||
- is_public: is_public_group_type_required
|
||||
- description: description_group_type_required
|
||||
|
||||
@ -266,7 +266,7 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_type: group_type
|
||||
- name: name_16
|
||||
- name: name_group_type
|
||||
- description: description_group_type_optional
|
||||
- is_public: is_public_group_type_optional
|
||||
- group_specs: group_specs
|
||||
@ -284,11 +284,11 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- group_type: group_type
|
||||
- id: group_type_id_2
|
||||
- id: group_type_id
|
||||
- is_public: is_public_group_type_required
|
||||
- group_specs: group_specs
|
||||
- description: description_group_type_required
|
||||
- name: name_16
|
||||
- name: name_group_type
|
||||
|
||||
|
||||
Response Example
|
||||
|
@ -95,7 +95,7 @@ Request
|
||||
- group: group
|
||||
- description: description_group_false
|
||||
- availability_zone: availability_zone
|
||||
- group_type: group_type_id_2
|
||||
- group_type: group_type_id
|
||||
- volume_types: volume_types
|
||||
- name: group_name
|
||||
|
||||
@ -110,7 +110,7 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- id: group_id
|
||||
- id: group_id_path
|
||||
- name: group_name
|
||||
|
||||
Response Example
|
||||
@ -144,7 +144,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_id: group_id
|
||||
- group_id: group_id_path
|
||||
- list_volume: list_volume
|
||||
|
||||
Response Parameters
|
||||
@ -153,13 +153,13 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- group: group
|
||||
- status: status_8
|
||||
- status: status_group
|
||||
- description: description_group_true
|
||||
- availability_zone: availability_zone
|
||||
- created_at: created_at
|
||||
- group_type: group_type_id_2
|
||||
- group_snapshot_id: group_snapshot_id_2
|
||||
- source_group_id: source_group_id_2
|
||||
- group_type: group_type_id
|
||||
- group_snapshot_id: group_snapshot_id
|
||||
- source_group_id: source_group_id
|
||||
- volume_types: volume_types
|
||||
- id: id
|
||||
- name: group_name
|
||||
@ -202,8 +202,8 @@ Request
|
||||
- project_id: project_id_path
|
||||
- create-from-src: create-from-src
|
||||
- description: description_group_false
|
||||
- group_snapshot_id: group_snapshot_id_1
|
||||
- source_group_id: source_group_id
|
||||
- group_snapshot_id: group_snapshot_id_req
|
||||
- source_group_id: source_group_id_req
|
||||
- name: group_name
|
||||
|
||||
Request Example
|
||||
@ -217,7 +217,7 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- id: group_id
|
||||
- id: group_id_path
|
||||
- name: group_name
|
||||
|
||||
Response Example
|
||||
@ -253,7 +253,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_id: group_id
|
||||
- group_id: group_id_path
|
||||
- delete: delete
|
||||
- delete-volumes: delete-volumes
|
||||
|
||||
@ -305,15 +305,15 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- groups: groups
|
||||
- status: status_8
|
||||
- status: status_group
|
||||
- description: description_group_true
|
||||
- availability_zone: availability_zone
|
||||
- created_at: created_at
|
||||
- group_type: group_type_id_2
|
||||
- group_snapshot_id: group_snapshot_id_2
|
||||
- source_group_id: source_group_id_2
|
||||
- group_type: group_type_id
|
||||
- group_snapshot_id: group_snapshot_id
|
||||
- source_group_id: source_group_id
|
||||
- volume_types: volume_types
|
||||
- id: group_id
|
||||
- id: group_id_path
|
||||
- name: name
|
||||
- volumes: volume_ids
|
||||
|
||||
@ -350,7 +350,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- group_id: group_id
|
||||
- group_id: group_id_path
|
||||
- group: group
|
||||
- remove_volumes: remove_volumes
|
||||
- description: description_group_false
|
||||
@ -390,7 +390,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id
|
||||
- group_id: group_id
|
||||
- group_id: group_id_path
|
||||
- reset_status: reset_status
|
||||
- status: status
|
||||
|
||||
|
@ -44,9 +44,9 @@ Response Parameters
|
||||
- hosts: hosts
|
||||
- service-status: service_status
|
||||
- service: host_service
|
||||
- zone: availability_zone_3
|
||||
- zone: availability_zone_required
|
||||
- service-state: service_state
|
||||
- host_name: host_name_1
|
||||
- host_name: host_name_backend
|
||||
- last-update: updated_at
|
||||
|
||||
Response Example
|
||||
@ -97,8 +97,8 @@ Response
|
||||
- volume_count: total_count
|
||||
- total_volume_gb: totalGigabytesUsed
|
||||
- total_snapshot_gb: totalSnapGigabytesUsed
|
||||
- project: project_id_2
|
||||
- host: host_name_1
|
||||
- project: project_id_host
|
||||
- host: host_name_backend
|
||||
- snapshot_count: totalSnapshotsUsed
|
||||
|
||||
Response Example
|
||||
|
@ -45,7 +45,7 @@ Response Parameters
|
||||
- limits: limits
|
||||
- rate: rate
|
||||
- absolute: absolute
|
||||
- totalSnapshotsUsed: totalSnapshotsUsed_1
|
||||
- totalSnapshotsUsed: totalSnapshotsUsed_int
|
||||
- maxTotalBackups: maxTotalBackups
|
||||
- maxTotalVolumeGigabytes: maxTotalVolumeGigabytes
|
||||
- maxTotalSnapshots: maxTotalSnapshots
|
||||
|
@ -74,13 +74,13 @@ Response Parameters
|
||||
|
||||
- message: user_message
|
||||
- request_id: request_id
|
||||
- links: links_5
|
||||
- links: links_message
|
||||
- message_level: message_level
|
||||
- event_id: event_id
|
||||
- created_at: created_at
|
||||
- guaranteed_until: guaranteed_until
|
||||
- resource_uuid: resource_uuid
|
||||
- id: id_8
|
||||
- id: id_message
|
||||
- resource_type: resource_type
|
||||
- user_message: user_message
|
||||
|
||||
@ -130,13 +130,13 @@ Response Parameters
|
||||
|
||||
- messages: user_messages
|
||||
- request_id: request_id
|
||||
- links: links_5
|
||||
- links: links_message
|
||||
- message_level: message_level
|
||||
- event_id: event_id
|
||||
- created_at: created_at
|
||||
- guaranteed_until: guaranteed_until
|
||||
- resource_uuid: resource_uuid
|
||||
- id: id_8
|
||||
- id: id_message
|
||||
- resource_type: resource_type
|
||||
- user_message: user_message
|
||||
|
||||
|
@ -28,7 +28,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- cgsnapshot_id: cgsnapshot_id_1
|
||||
- cgsnapshot_id: cgsnapshot_id_path
|
||||
|
||||
|
||||
Show consistency group snapshot detail
|
||||
@ -52,7 +52,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- cgsnapshot_id: cgsnapshot_id_1
|
||||
- cgsnapshot_id: cgsnapshot_id_path
|
||||
|
||||
|
||||
Response Parameters
|
||||
@ -64,9 +64,9 @@ Response Parameters
|
||||
- status: status
|
||||
- description: description_cg_snapshot_true
|
||||
- created_at: created_at
|
||||
- consistencygroup_id: consistencygroup_id
|
||||
- consistencygroup_id: consistencygroup_id_required
|
||||
- id: id
|
||||
- name: name_2
|
||||
- name: name_cgsnap
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -107,9 +107,9 @@ Response Parameters
|
||||
- status: status
|
||||
- description: description_cg_snapshot_true
|
||||
- created_at: created_at
|
||||
- consistencygroup_id: consistencygroup_id
|
||||
- consistencygroup_id: consistencygroup_id_required
|
||||
- id: id
|
||||
- name: name_2
|
||||
- name: name_cgsnap
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -149,7 +149,7 @@ Response Parameters
|
||||
|
||||
- cgsnapshots: cgsnapshots
|
||||
- id: id
|
||||
- name: name_2
|
||||
- name: name_cgsnap
|
||||
|
||||
|
||||
|
||||
@ -183,8 +183,8 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- cgsnapshot: cgsnapshot
|
||||
- name: name_5
|
||||
- consistencygroup_id: consistencygroup_id
|
||||
- name: name_snap
|
||||
- consistencygroup_id: consistencygroup_id_required
|
||||
- description: description_cg_snapshot_false
|
||||
|
||||
Request Example
|
||||
@ -201,6 +201,6 @@ Response Parameters
|
||||
- status: status
|
||||
- description: description_cg_snapshot_true
|
||||
- created_at: created_at
|
||||
- consistencygroup_id: consistencygroup_id
|
||||
- consistencygroup_id: consistencygroup_id_required
|
||||
- id: id
|
||||
- name: name_2
|
||||
- name: name_cgsnap
|
||||
|
@ -44,16 +44,16 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- services: services
|
||||
- binary: binary
|
||||
- disabled_reason: disabled_reason_body
|
||||
- host: host_name_body
|
||||
- state: service_state_1
|
||||
- binary: binary_required
|
||||
- disabled_reason: disabled_reason_body_req
|
||||
- host: host_name_body_req
|
||||
- state: service_state_up_down
|
||||
- status: service_status
|
||||
- frozen: frozen
|
||||
- updated_at: updated
|
||||
- zone: availability_zone_3
|
||||
- cluster: cluster
|
||||
- replication_status: replication_status_1
|
||||
- zone: availability_zone_required
|
||||
- cluster: cluster_cvol
|
||||
- replication_status: replication_status_cvol
|
||||
- active_backend_id: active_backend_id
|
||||
- backend_state: backend_state
|
||||
|
||||
@ -92,8 +92,8 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- host: host_name_body
|
||||
- binary: binary
|
||||
- host: host_name_body_req
|
||||
- binary: binary_required
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -106,11 +106,11 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- disabled: disabled_1
|
||||
- disabled: disabled_required
|
||||
- status: service_status
|
||||
- host: host_name_body
|
||||
- host: host_name_body_req
|
||||
- service: service_key
|
||||
- binary: binary
|
||||
- binary: binary_required
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -148,9 +148,9 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- binary: binary
|
||||
- host: host_name_body
|
||||
- disabled_reason: disabled_reason_body_1
|
||||
- binary: binary_required
|
||||
- host: host_name_body_req
|
||||
- disabled_reason: disabled_reason_body
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -163,12 +163,12 @@ Response
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- disabled: disabled_1
|
||||
- disabled: disabled_required
|
||||
- status: service_status
|
||||
- host: host_name_body
|
||||
- host: host_name_body_req
|
||||
- service: service_key
|
||||
- binary: binary
|
||||
- disabled_reason: disabled_reason_body
|
||||
- binary: binary_required
|
||||
- disabled_reason: disabled_reason_body_req
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -205,8 +205,8 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- binary: binary
|
||||
- host: host_name_body
|
||||
- binary: binary_required
|
||||
- host: host_name_body_req
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -219,12 +219,12 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- disabled: disabled_1
|
||||
- disabled: disabled_required
|
||||
- status: service_status
|
||||
- host: host_name_body
|
||||
- host: host_name_body_req
|
||||
- service: service_key
|
||||
- binary: binary
|
||||
- disabled_reason: disabled_reason_body
|
||||
- binary: binary_required
|
||||
- disabled_reason: disabled_reason_body_req
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -260,8 +260,8 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- binary: binary_1
|
||||
- server: host_name_body_1
|
||||
- binary: binary
|
||||
- server: host_name_body
|
||||
- prefix: prefix
|
||||
|
||||
Request Example
|
||||
@ -276,8 +276,8 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- log_levels: log_levels
|
||||
- binary: binary
|
||||
- host: host_name_body
|
||||
- binary: binary_required
|
||||
- host: host_name_body_req
|
||||
- levels: levels
|
||||
|
||||
Response Example
|
||||
@ -314,10 +314,10 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- binary: binary_1
|
||||
- server: host_name_body_1
|
||||
- binary: binary
|
||||
- server: host_name_body
|
||||
- prefix: prefix
|
||||
- levels: levels_1
|
||||
- levels: levels_set
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -353,7 +353,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- host: host_name_body
|
||||
- host: host_name_body_req
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -389,7 +389,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- host: host_name_body
|
||||
- host: host_name_body_req
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -427,9 +427,9 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- host: host_name_body
|
||||
- host: host_name_body_req
|
||||
- backend_id: backend_id
|
||||
- cluster: cluster
|
||||
- cluster: cluster_cvol
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
|
@ -43,7 +43,7 @@ Response Parameters
|
||||
- pools: pools
|
||||
- updated: updated
|
||||
- QoS_support: QoS_support
|
||||
- name: name_20
|
||||
- name: name_backend_pool
|
||||
- total_capacity_gb: total_capacity
|
||||
- volume_backend_name: volume_backend_name
|
||||
- capabilities: capabilities
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -202,9 +202,9 @@ Response Parameters
|
||||
- qos_specs: qos_specs
|
||||
- specs: specs
|
||||
- consumer: consumer
|
||||
- name: name_4
|
||||
- id: id_3
|
||||
- links: links_2
|
||||
- name: name_qos_spec
|
||||
- id: id_qos_spec
|
||||
- links: links_qos
|
||||
|
||||
|
||||
Response Example
|
||||
@ -281,7 +281,7 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- qos_id: qos_id
|
||||
- force: force_3
|
||||
- force: force_del_qos
|
||||
|
||||
|
||||
Create a QoS specification
|
||||
@ -309,7 +309,7 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- qos_specs: qos_specs
|
||||
- name: name_4
|
||||
- name: name_qos_spec
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -324,9 +324,9 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- qos_specs: qos_specs
|
||||
- name: name_4
|
||||
- links: links_2
|
||||
- id: id_3
|
||||
- name: name_qos_spec
|
||||
- links: links_qos
|
||||
- id: id_qos_spec
|
||||
- consumer: consumer
|
||||
- specs: specs
|
||||
|
||||
@ -377,8 +377,8 @@ Response Parameters
|
||||
- qos_specs: qos_specs
|
||||
- specs: specs
|
||||
- consumer: consumer
|
||||
- id: id_3
|
||||
- name: name_4
|
||||
- id: id_qos_spec
|
||||
- name: name_qos_spec
|
||||
|
||||
|
||||
Response Example
|
||||
|
@ -35,9 +35,9 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- resource_filters: resource_filters_1
|
||||
- resource_filters: resource_filters_coll
|
||||
- filters: resource_filters
|
||||
- resource: resource_1
|
||||
- resource: resource_fil
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
|
@ -39,10 +39,10 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- snapshot: snapshot_1
|
||||
- description: description_4
|
||||
- metadata: metadata_7
|
||||
- name: name_5
|
||||
- snapshot: snapshot_obj
|
||||
- description: description_snap
|
||||
- metadata: metadata_snap
|
||||
- name: name_snap
|
||||
- ref: ref
|
||||
- volume_id: volume_id
|
||||
|
||||
@ -58,14 +58,14 @@ Response
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- snapshot: snapshot_1
|
||||
- status: status_2
|
||||
- snapshot: snapshot_obj
|
||||
- status: status_snap
|
||||
- size: size
|
||||
- metadata: metadata_7
|
||||
- name: name_5
|
||||
- metadata: metadata_snap
|
||||
- name: name_snap
|
||||
- volume_id: volume_id
|
||||
- created_at: created_at
|
||||
- description: description_8
|
||||
- description: description_snap_req
|
||||
- id: id
|
||||
- updated_at: updated_at
|
||||
|
||||
|
@ -43,15 +43,15 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- volume: volume
|
||||
- description: description_5
|
||||
- description: description_vol
|
||||
- availability_zone: availability_zone
|
||||
- bootable: bootable_1
|
||||
- bootable: bootable_required
|
||||
- volume_type: volume_type
|
||||
- name: volume_name_optional
|
||||
- host: host_mutex
|
||||
- cluster: cluster_mutex
|
||||
- ref: ref
|
||||
- metadata: metadata_10
|
||||
- metadata: metadata_vol
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -69,26 +69,26 @@ Response
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- volume: volume
|
||||
- status: status_3
|
||||
- migration_status: migration_status
|
||||
- status: status_vol
|
||||
- migration_status: migration_status_req
|
||||
- user_id: user_id
|
||||
- attachments: attachments
|
||||
- links: links_3
|
||||
- links: links_vol
|
||||
- availability_zone: availability_zone
|
||||
- bootable: bootable_response
|
||||
- encrypted: encrypted
|
||||
- created_at: created_at
|
||||
- description: description_5
|
||||
- description: description_vol
|
||||
- updated_at: updated_at
|
||||
- volume_type: volume_type
|
||||
- name: name_13
|
||||
- name: name_vol
|
||||
- replication_status: replication_status
|
||||
- consistencygroup_id: consistencygroup_id
|
||||
- consistencygroup_id: consistencygroup_id_required
|
||||
- source_volid: source_volid
|
||||
- snapshot_id: snapshot_id
|
||||
- multiattach: multiattach_resp
|
||||
- metadata: metadata_1
|
||||
- id: id_5
|
||||
- metadata: metadata_vol_obj
|
||||
- id: id_vol
|
||||
- size: size
|
||||
|
||||
Response Example
|
||||
|
@ -39,7 +39,7 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- updated: updated_at
|
||||
- description: description_7
|
||||
- description: description_extn
|
||||
- links: links
|
||||
- namespace: namespace
|
||||
- alias: alias
|
||||
|
@ -30,7 +30,7 @@ Request
|
||||
- project_id: project_id_path
|
||||
- snapshot_id: snapshot_id_path
|
||||
- os-reset_status: os-reset_status
|
||||
- status: status_2
|
||||
- status: status_snap
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -63,7 +63,7 @@ Request
|
||||
- project_id: project_id_path
|
||||
- snapshot_id: snapshot_id_path
|
||||
- os-update_snapshot_status: os-update_snapshot_status
|
||||
- status: status_2
|
||||
- status: status_snap
|
||||
- progress: snapshot_progress
|
||||
|
||||
Request Example
|
||||
|
@ -74,20 +74,20 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- status: status_2
|
||||
- status: status_snap
|
||||
- os-extended-snapshot-attributes:progress: os-extended-snapshot-attributes:progress
|
||||
- description: description_8
|
||||
- description: description_snap_req
|
||||
- created_at: created_at
|
||||
- name: name
|
||||
- user_id: user_id_2
|
||||
- volume_id: volume_id_5
|
||||
- user_id: user_id_min
|
||||
- volume_id: volume_id_snap
|
||||
- os-extended-snapshot-attributes:project_id: os-extended-snapshot-attributes:project_id
|
||||
- size: size
|
||||
- id: id_4
|
||||
- id: id_snap
|
||||
- metadata: metadata
|
||||
- count: count
|
||||
- updated_at: updated_at
|
||||
- snapshots_links: links_7
|
||||
- snapshots_links: links_snap
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -118,12 +118,12 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- snapshot: snapshot_1
|
||||
- snapshot: snapshot_obj
|
||||
- volume_id: volume_id
|
||||
- name: name_12
|
||||
- description: description_4
|
||||
- name: name_snap_req
|
||||
- description: description_snap
|
||||
- force: force
|
||||
- metadata: metadata_7
|
||||
- metadata: metadata_snap
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -136,15 +136,15 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- status: status_2
|
||||
- description: description_8
|
||||
- status: status_snap
|
||||
- description: description_snap_req
|
||||
- created_at: created_at
|
||||
- name: name_12
|
||||
- snapshot: snapshot_1
|
||||
- user_id: user_id_2
|
||||
- volume_id: volume_id_5
|
||||
- name: name_snap_req
|
||||
- snapshot: snapshot_obj
|
||||
- user_id: user_id_min
|
||||
- volume_id: volume_id_snap
|
||||
- metadata: metadata
|
||||
- id: id_4
|
||||
- id: id_snap
|
||||
- size: size
|
||||
- updated_at: updated_at
|
||||
|
||||
@ -195,18 +195,18 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- status: status_2
|
||||
- description: description_8
|
||||
- status: status_snap
|
||||
- description: description_snap_req
|
||||
- created_at: created_at
|
||||
- name: name
|
||||
- user_id: user_id_2
|
||||
- volume_id: volume_id_5
|
||||
- user_id: user_id_min
|
||||
- volume_id: volume_id_snap
|
||||
- metadata: metadata
|
||||
- id: id_4
|
||||
- id: id_snap
|
||||
- size: size
|
||||
- count: count
|
||||
- updated_at: updated_at
|
||||
- snapshots_links: links_7
|
||||
- snapshots_links: links_snap
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -373,17 +373,17 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- status: status_2
|
||||
- status: status_snap
|
||||
- os-extended-snapshot-attributes:progress: os-extended-snapshot-attributes:progress
|
||||
- description: description_8
|
||||
- description: description_snap_req
|
||||
- created_at: created_at
|
||||
- name: name
|
||||
- snapshot: snapshot_1
|
||||
- user_id: user_id_2
|
||||
- volume_id: volume_id_5
|
||||
- snapshot: snapshot_obj
|
||||
- user_id: user_id_min
|
||||
- volume_id: volume_id_snap
|
||||
- os-extended-snapshot-attributes:project_id: os-extended-snapshot-attributes:project_id
|
||||
- size: size
|
||||
- id: id_4
|
||||
- id: id_snap
|
||||
- metadata: metadata
|
||||
- updated_at: updated_at
|
||||
|
||||
@ -416,8 +416,8 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- snapshot_id: snapshot_id_path
|
||||
- snapshot: snapshot_1
|
||||
- description: description_4
|
||||
- snapshot: snapshot_obj
|
||||
- description: description_snap
|
||||
- name: name
|
||||
|
||||
Request Example
|
||||
@ -433,15 +433,15 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- status: status_2
|
||||
- description: description_8
|
||||
- status: status_snap
|
||||
- description: description_snap_req
|
||||
- created_at: created_at
|
||||
- name: name
|
||||
- snapshot: snapshot_1
|
||||
- id: id_4
|
||||
- snapshot: snapshot_obj
|
||||
- id: id_snap
|
||||
- size: size
|
||||
- volume_id: volume_id_5
|
||||
- user_id: user_id_2
|
||||
- volume_id: volume_id_snap
|
||||
- user_id: user_id_min
|
||||
- metadata: metadata
|
||||
|
||||
Response Example
|
||||
@ -507,7 +507,7 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- snapshot_id: snapshot_id_path
|
||||
- key: key_2
|
||||
- key: key_view
|
||||
|
||||
|
||||
Response Parameters
|
||||
@ -515,7 +515,7 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- meta: meta_1
|
||||
- meta: meta_snap
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -547,7 +547,7 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- snapshot_id: snapshot_id_path
|
||||
- key: key_1
|
||||
- key: key_path
|
||||
|
||||
|
||||
Update a snapshot's metadata for a specific key
|
||||
@ -572,8 +572,8 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- snapshot_id: snapshot_id_path
|
||||
- key: key_3
|
||||
- meta: meta_1
|
||||
- key: key_update
|
||||
- meta: meta_snap
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -586,7 +586,7 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- meta: meta_1
|
||||
- meta: meta_snap
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
|
@ -39,7 +39,7 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- volume_type_id: volume_type_id
|
||||
- volume_type: volume_type_1
|
||||
- volume_type: volume_type
|
||||
- name: name_volume_type_optional
|
||||
- description: description_volume_type_optional
|
||||
- is_public: is_public_volume_type_optional
|
||||
@ -56,7 +56,7 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- volume_type: volume_type_1
|
||||
- volume_type: volume_type
|
||||
- is_public: is_public_volume_type_required
|
||||
- extra_specs: extra_specs_volume_type_optional
|
||||
- description: description_volume_type_required
|
||||
@ -176,7 +176,7 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- volume_type_id: volume_type_id
|
||||
- key: key_4
|
||||
- key: key_extra_spec
|
||||
|
||||
|
||||
Response Example
|
||||
@ -208,7 +208,7 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- volume_type_id: volume_type_id
|
||||
- key: key_4
|
||||
- key: key_extra_spec
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -246,7 +246,7 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- volume_type_id: volume_type_id
|
||||
- key: key_4
|
||||
- key: key_extra_spec
|
||||
|
||||
|
||||
Show volume type detail
|
||||
@ -277,7 +277,7 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- volume_type: volume_type_1
|
||||
- volume_type: volume_type
|
||||
- is_public: is_public_volume_type_required
|
||||
- extra_specs: extra_specs_volume_type_optional
|
||||
- description: description_volume_type_required
|
||||
@ -321,7 +321,7 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- volume_type: volume_type_1
|
||||
- volume_type: volume_type
|
||||
- is_public: is_public_volume_type_required
|
||||
- extra_specs: extra_specs_volume_type_optional
|
||||
- description: description_volume_type_required
|
||||
@ -429,7 +429,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- volume_type: volume_type_1
|
||||
- volume_type: volume_type
|
||||
- name: name_volume_type_required
|
||||
- os-volume-type-access:is_public: is_public_volume_type_optional
|
||||
- description: description_volume_type_optional
|
||||
@ -447,7 +447,7 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- volume_type: volume_type_1
|
||||
- volume_type: volume_type
|
||||
- is_public: is_public_volume_type_required
|
||||
- extra_specs: extra_specs_volume_type_optional
|
||||
- description: description_volume_type_required
|
||||
@ -531,7 +531,7 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- volume_type_id: volume_type_id
|
||||
- key: key_5
|
||||
- key: key_encrypt_spec
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
|
@ -33,7 +33,7 @@ Response Parameters
|
||||
|
||||
- status: version_status
|
||||
- updated: version_updated
|
||||
- links: links_6
|
||||
- links: links_res
|
||||
- min_version: version_min
|
||||
- version: version_max
|
||||
- media-types: media_types
|
||||
|
@ -101,8 +101,8 @@ Request
|
||||
- project_id: project_id_path
|
||||
- volume_id: volume_id_path
|
||||
- os-reset_status: os-reset_status
|
||||
- status: status_3
|
||||
- migration_status: migration_status_1
|
||||
- status: status_vol
|
||||
- migration_status: migration_status
|
||||
- attach_status: attach_status
|
||||
|
||||
Request Example
|
||||
@ -144,7 +144,7 @@ Request
|
||||
- project_id: project_id_path
|
||||
- volume_id: volume_id_path
|
||||
- revert: revert
|
||||
- snapshot_id: snapshot_id_4
|
||||
- snapshot_id: snapshot_id_revert
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -176,7 +176,7 @@ Request
|
||||
- project_id: project_id_path
|
||||
- volume_id: volume_id_path
|
||||
- os-set_image_metadata: os-set_image_metadata
|
||||
- metadata: metadata_5
|
||||
- metadata: metadata_image
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -254,7 +254,7 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- metadata: metadata_5
|
||||
- metadata: metadata_image
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -587,7 +587,7 @@ Request
|
||||
- project_id: project_id_path
|
||||
- volume_id: volume_id_path
|
||||
- os-set_bootable: os-set_bootable
|
||||
- bootable: bootable
|
||||
- bootable: bootable_required
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -620,10 +620,10 @@ Request
|
||||
- volume_id: volume_id_path
|
||||
- os-volume_upload_image: os-volume_upload_image
|
||||
- image_name: image_name
|
||||
- force: force_4
|
||||
- force: force_upload_vol
|
||||
- disk_format: disk_format
|
||||
- container_format: container_format
|
||||
- visibility: visibility_1
|
||||
- visibility: visibility_min
|
||||
- protected: protected
|
||||
|
||||
Request Example
|
||||
@ -638,18 +638,18 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- os-volume_upload_image: os-volume_upload_image
|
||||
- status: status_3
|
||||
- status: status_vol
|
||||
- image_name: image_name
|
||||
- disk_format: disk_format
|
||||
- container_format: container_format
|
||||
- visibility: visibility_1
|
||||
- visibility: visibility_min
|
||||
- protected: protected
|
||||
- updated_at: updated_at
|
||||
- image_id: image_id
|
||||
- display_description: description_9
|
||||
- id: id_5
|
||||
- display_description: description_vol_req
|
||||
- id: id_vol
|
||||
- size: size
|
||||
- volume_type: volume_type_6
|
||||
- volume_type: volume_type_vol
|
||||
|
||||
|
||||
Response Example
|
||||
|
@ -101,33 +101,33 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- migration_status: migration_status
|
||||
- migration_status: migration_status_req
|
||||
- attachments: attachments
|
||||
- links: links_3
|
||||
- links: links_vol
|
||||
- availability_zone: availability_zone
|
||||
- os-vol-host-attr:host: os-vol-host-attr:host
|
||||
- encrypted: encrypted
|
||||
- updated_at: updated_at
|
||||
- replication_status: replication_status
|
||||
- snapshot_id: snapshot_id
|
||||
- id: id_5
|
||||
- id: id_vol
|
||||
- size: size
|
||||
- user_id: user_id
|
||||
- os-vol-tenant-attr:tenant_id: os-vol-tenant-attr:tenant_id
|
||||
- os-vol-mig-status-attr:migstat: os-vol-mig-status-attr:migstat
|
||||
- metadata: metadata_1
|
||||
- status: status_3
|
||||
- metadata: metadata_vol_obj
|
||||
- status: status_vol
|
||||
- volume_image_metadata: volume_image_metadata
|
||||
- description: description_9
|
||||
- description: description_vol_req
|
||||
- multiattach: multiattach_resp
|
||||
- source_volid: source_volid
|
||||
- consistencygroup_id: consistencygroup_id
|
||||
- consistencygroup_id: consistencygroup_id_required
|
||||
- os-vol-mig-status-attr:name_id: os-vol-mig-status-attr:name_id
|
||||
- name: name_13
|
||||
- name: name_vol
|
||||
- bootable: bootable_response
|
||||
- created_at: created_at
|
||||
- volumes: volumes
|
||||
- volume_type: volume_type_6
|
||||
- volume_type: volume_type_vol
|
||||
- count: count
|
||||
|
||||
|
||||
@ -195,15 +195,15 @@ Request
|
||||
- size: size
|
||||
- availability_zone: availability_zone
|
||||
- source_volid: source_volid
|
||||
- description: description_5
|
||||
- description: description_vol
|
||||
- multiattach: multiattach_req
|
||||
- snapshot_id: snapshot_id
|
||||
- backup_id: backup_id_1
|
||||
- backup_id: backup_id
|
||||
- name: volume_name_optional
|
||||
- imageRef: imageRef
|
||||
- volume_type: volume_type_2
|
||||
- metadata: metadata_10
|
||||
- consistencygroup_id: consistencygroup_id
|
||||
- volume_type: volume_type_detail
|
||||
- metadata: metadata_vol
|
||||
- consistencygroup_id: consistencygroup_id_required
|
||||
- OS-SCH-HNT:scheduler_hints: OS-SCH-HNT:scheduler_hints
|
||||
|
||||
Request Example
|
||||
@ -219,28 +219,28 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- migration_status: migration_status
|
||||
- migration_status: migration_status_req
|
||||
- attachments: attachments
|
||||
- links: links_3
|
||||
- links: links_vol
|
||||
- availability_zone: availability_zone
|
||||
- encrypted: encrypted
|
||||
- updated_at: updated_at
|
||||
- replication_status: replication_status
|
||||
- snapshot_id: snapshot_id
|
||||
- id: id_5
|
||||
- id: id_vol
|
||||
- size: size
|
||||
- user_id: user_id
|
||||
- metadata: metadata_1
|
||||
- status: status_3
|
||||
- description: description_9
|
||||
- metadata: metadata_vol_obj
|
||||
- status: status_vol
|
||||
- description: description_vol_req
|
||||
- multiattach: multiattach_resp
|
||||
- source_volid: source_volid
|
||||
- volume: volume
|
||||
- consistencygroup_id: consistencygroup_id
|
||||
- name: name_13
|
||||
- consistencygroup_id: consistencygroup_id_required
|
||||
- name: name_vol
|
||||
- bootable: bootable_response
|
||||
- created_at: created_at
|
||||
- volume_type: volume_type_6
|
||||
- volume_type: volume_type_vol
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -291,9 +291,9 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- volumes: volumes
|
||||
- id: id_5
|
||||
- links: links_3
|
||||
- name: name_13
|
||||
- id: id_vol
|
||||
- links: links_vol
|
||||
- name: name_vol
|
||||
- count: count
|
||||
|
||||
|
||||
@ -340,33 +340,33 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- migration_status: migration_status
|
||||
- migration_status: migration_status_req
|
||||
- attachments: attachments
|
||||
- links: links_3
|
||||
- links: links_vol
|
||||
- availability_zone: availability_zone
|
||||
- os-vol-host-attr:host: os-vol-host-attr:host
|
||||
- encrypted: encrypted
|
||||
- updated_at: updated_at
|
||||
- replication_status: replication_status
|
||||
- snapshot_id: snapshot_id
|
||||
- id: id_5
|
||||
- id: id_vol
|
||||
- size: size
|
||||
- user_id: user_id
|
||||
- os-vol-tenant-attr:tenant_id: os-vol-tenant-attr:tenant_id
|
||||
- os-vol-mig-status-attr:migstat: os-vol-mig-status-attr:migstat
|
||||
- metadata: metadata_1
|
||||
- status: status_3
|
||||
- metadata: metadata_vol_obj
|
||||
- status: status_vol
|
||||
- volume_image_metadata: volume_image_metadata
|
||||
- description: description_9
|
||||
- description: description_vol_req
|
||||
- multiattach: multiattach_resp
|
||||
- source_volid: source_volid
|
||||
- volume: volume
|
||||
- consistencygroup_id: consistencygroup_id
|
||||
- consistencygroup_id: consistencygroup_id_required
|
||||
- os-vol-mig-status-attr:name_id: os-vol-mig-status-attr:name_id
|
||||
- name: name_13
|
||||
- name: name_vol
|
||||
- bootable: bootable_response
|
||||
- created_at: created_at
|
||||
- volume_type: volume_type_6
|
||||
- volume_type: volume_type_vol
|
||||
- service_uuid: service_uuid
|
||||
- shared_targets: shared_targets
|
||||
|
||||
@ -403,9 +403,9 @@ Request
|
||||
- project_id: project_id_path
|
||||
- volume_id: volume_id_path
|
||||
- volume: volume
|
||||
- description: description_5
|
||||
- description: description_vol
|
||||
- name: volume_name_optional
|
||||
- metadata: metadata_2
|
||||
- metadata: metadata_vol_assoc
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -420,28 +420,28 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- migration_status: migration_status
|
||||
- migration_status: migration_status_req
|
||||
- attachments: attachments
|
||||
- links: links_3
|
||||
- links: links_vol
|
||||
- availability_zone: availability_zone
|
||||
- encrypted: encrypted
|
||||
- updated_at: updated_at
|
||||
- replication_status: replication_status
|
||||
- snapshot_id: snapshot_id
|
||||
- id: id_5
|
||||
- id: id_vol
|
||||
- size: size
|
||||
- user_id: user_id
|
||||
- metadata: metadata_1
|
||||
- status: status_3
|
||||
- description: description_9
|
||||
- metadata: metadata_vol_obj
|
||||
- status: status_vol
|
||||
- description: description_vol_req
|
||||
- multiattach: multiattach_resp
|
||||
- source_volid: source_volid
|
||||
- volume: volume
|
||||
- consistencygroup_id: consistencygroup_id
|
||||
- name: name_13
|
||||
- consistencygroup_id: consistencygroup_id_required
|
||||
- name: name_vol
|
||||
- bootable: bootable_response
|
||||
- created_at: created_at
|
||||
- volume_type: volume_type_6
|
||||
- volume_type: volume_type_vol
|
||||
|
||||
|
||||
Response Example
|
||||
@ -500,7 +500,7 @@ Request
|
||||
- project_id: project_id_path
|
||||
- volume_id: volume_id_path
|
||||
- cascade: cascade
|
||||
- force: force_5
|
||||
- force: force_vol_del
|
||||
|
||||
|
||||
Create metadata for volume
|
||||
@ -526,7 +526,7 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- volume_id: volume_id_path
|
||||
- metadata: metadata_3
|
||||
- metadata: metadata_vol_assoc_req
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -541,7 +541,7 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- metadata: metadata_3
|
||||
- metadata: metadata_vol_assoc_req
|
||||
|
||||
|
||||
Response Example
|
||||
@ -581,7 +581,7 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- metadata: metadata_3
|
||||
- metadata: metadata_vol_assoc_req
|
||||
|
||||
|
||||
|
||||
@ -615,7 +615,7 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- volume_id: volume_id_path
|
||||
- metadata: metadata_3
|
||||
- metadata: metadata_vol_assoc_req
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -630,7 +630,7 @@ Response Parameters
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- metadata: metadata_3
|
||||
- metadata: metadata_vol_assoc_req
|
||||
|
||||
|
||||
|
||||
@ -663,7 +663,7 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- volume_id: volume_id_path
|
||||
- key: key_2
|
||||
- key: key_view
|
||||
|
||||
|
||||
Response Parameters
|
||||
@ -705,7 +705,7 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- volume_id: volume_id_path
|
||||
- key: key_1
|
||||
- key: key_path
|
||||
|
||||
|
||||
Update a volume's metadata for a specific key
|
||||
@ -731,7 +731,7 @@ Request
|
||||
|
||||
- project_id: project_id_path
|
||||
- volume_id: volume_id_path
|
||||
- key: key_3
|
||||
- key: key_update
|
||||
- meta: meta
|
||||
|
||||
Request Example
|
||||
|
@ -30,7 +30,7 @@ Request
|
||||
- cluster_name: cluster_mutex
|
||||
- service_id: service_id
|
||||
- host: host_service
|
||||
- binary: binary
|
||||
- binary: binary_required
|
||||
- is-up: is_up
|
||||
- disabled: disabled
|
||||
- resource-id: resource_id
|
||||
@ -50,7 +50,7 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- host: host_service
|
||||
- binary: binary
|
||||
- binary: binary_required
|
||||
- id: service_id
|
||||
- cluster_name: cluster_mutex
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user