Merge "Fix incorrect api ref parameters"
This commit is contained in:
commit
7ef7633c08
@ -50,12 +50,6 @@ share_id:
|
|||||||
in: path
|
in: path
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
share_id_3:
|
|
||||||
description: |
|
|
||||||
The ID of the share.
|
|
||||||
in: path
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
share_instance_id:
|
share_instance_id:
|
||||||
description: |
|
description: |
|
||||||
The UUID of the share instance.
|
The UUID of the share instance.
|
||||||
@ -74,12 +68,6 @@ share_replica_id_path:
|
|||||||
in: path
|
in: path
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
share_server_id_1:
|
|
||||||
description: |
|
|
||||||
The UUID of the share server.
|
|
||||||
in: path
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
share_type_for_quota:
|
share_type_for_quota:
|
||||||
description: |
|
description: |
|
||||||
The name or UUID of the share type. If you specify this
|
The name or UUID of the share type. If you specify this
|
||||||
@ -162,13 +150,6 @@ backend_query:
|
|||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
binary_3:
|
|
||||||
description: |
|
|
||||||
The service binary name. Default is the base name
|
|
||||||
of the executable.
|
|
||||||
in: query
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
description_inexact_query:
|
description_inexact_query:
|
||||||
description: |
|
description: |
|
||||||
The description pattern that can be used to filter shares,
|
The description pattern that can be used to filter shares,
|
||||||
@ -237,18 +218,6 @@ group_snapshot_status_query:
|
|||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
host_11:
|
|
||||||
description: |
|
|
||||||
The host name for the back end.
|
|
||||||
in: query
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
host_12:
|
|
||||||
description: |
|
|
||||||
The host name.
|
|
||||||
in: query
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
host_7:
|
host_7:
|
||||||
description: |
|
description: |
|
||||||
The share host name.
|
The share host name.
|
||||||
@ -279,19 +248,6 @@ message_level:
|
|||||||
type: string
|
type: string
|
||||||
description: >
|
description: >
|
||||||
The message level.
|
The message level.
|
||||||
metadata_1:
|
|
||||||
description: |
|
|
||||||
One or more metadata key-value pairs, as a
|
|
||||||
dictionary of strings.
|
|
||||||
in: query
|
|
||||||
required: false
|
|
||||||
type: object
|
|
||||||
name_13:
|
|
||||||
description: |
|
|
||||||
The share name.
|
|
||||||
in: query
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
name_inexact_query:
|
name_inexact_query:
|
||||||
description: |
|
description: |
|
||||||
The name pattern that can be used to filter shares,
|
The name pattern that can be used to filter shares,
|
||||||
@ -441,13 +397,6 @@ snapshot_id_query:
|
|||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
snapshot_id_share_response:
|
|
||||||
description: |
|
|
||||||
The UUID of the snapshot that was used to create
|
|
||||||
the share.
|
|
||||||
in: query
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
sort_dir:
|
sort_dir:
|
||||||
description: |
|
description: |
|
||||||
The direction to sort a list of shares. A valid
|
The direction to sort a list of shares. A valid
|
||||||
@ -3165,6 +3114,13 @@ snapshot_id_request:
|
|||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
snapshot_id_share_response:
|
||||||
|
description: |
|
||||||
|
The UUID of the snapshot that was used to create
|
||||||
|
the share.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
snapshot_instance_id:
|
snapshot_instance_id:
|
||||||
description: |
|
description: |
|
||||||
The UUID of the share snapshot instance.
|
The UUID of the share snapshot instance.
|
||||||
@ -3293,7 +3249,7 @@ snapshot_status:
|
|||||||
``manage_error``, ``unmanage_starting``, ``unmanage_error`` or
|
``manage_error``, ``unmanage_starting``, ``unmanage_error`` or
|
||||||
``error_deleting``.
|
``error_deleting``.
|
||||||
in: body
|
in: body
|
||||||
requitred: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
snapshot_status_request:
|
snapshot_status_request:
|
||||||
description: |
|
description: |
|
||||||
|
@ -325,7 +325,7 @@ Response parameters
|
|||||||
- id: id_4
|
- id: id_4
|
||||||
- status: status_3
|
- status: status_3
|
||||||
- links: links
|
- links: links
|
||||||
- project_id: project_id_6
|
- project_id: project_id
|
||||||
- share_proto: share_proto
|
- share_proto: share_proto
|
||||||
- size: size
|
- size: size
|
||||||
- name: name_5
|
- name: name_5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user