Merge "Added like filter in api-ref"

This commit is contained in:
Jenkins 2017-07-19 00:56:01 +00:00 committed by Gerrit Code Review
commit d3d6fc04e7
4 changed files with 28 additions and 0 deletions

View File

@ -218,6 +218,14 @@ consistency_group_id_5:
in: query
required: false
type: string
description_inexact_query:
description: |
The description pattern that can be used to filter shares,
share snapshots, share networks or share groups.
in: query
required: false
type: string
min_version: 2.36
detail_id:
in: query
required: false
@ -312,6 +320,14 @@ name_13:
in: query
required: false
type: string
name_inexact_query:
description: |
The name pattern that can be used to filter shares,
share snapshots, share networks or share groups.
in: query
required: false
type: string
min_version: 2.36
offset:
description: |
The offset to define start point of share

View File

@ -52,6 +52,8 @@ Request
.. rest_parameters:: parameters.yaml
- tenant_id: tenant_id_path
- name~: name_inexact_query
- description~: description_inexact_query
Response parameters
-------------------
@ -85,6 +87,8 @@ Request
.. rest_parameters:: parameters.yaml
- tenant_id: tenant_id_path
- name~: name_inexact_query
- description~: description_inexact_query
Response parameters
-------------------

View File

@ -115,6 +115,8 @@ Request
- consistency_group_id: consistency_group_id_6
- export_location_id: export_location_id_query
- export_location_path: export_location_path_query
- name~: name_inexact_query
- description~: description_inexact_query
Response parameters
-------------------
@ -168,6 +170,8 @@ Request
- consistency_group_id: consistency_group_id_6
- export_location_id: export_location_id_query
- export_location_path: export_location_path_query
- name~: name_inexact_query
- description~: description_inexact_query
Response parameters
-------------------

View File

@ -55,6 +55,8 @@ Request
.. rest_parameters:: parameters.yaml
- tenant_id: tenant_id_path
- name~: name_inexact_query
- description~: description_inexact_query
Response parameters
-------------------
@ -87,6 +89,8 @@ Request
.. rest_parameters:: parameters.yaml
- tenant_id: tenant_id_path
- name~: name_inexact_query
- description~: description_inexact_query
Response parameters
-------------------