Merge "api-ref: document sorting parameters for address scope"
This commit is contained in:
commit
7bc2bf7392
@ -148,6 +148,7 @@ Request
|
|||||||
- project_id: project_id-query
|
- project_id: project_id-query
|
||||||
- ip_version: ip_version-query
|
- ip_version: ip_version-query
|
||||||
- shared: shared-query
|
- shared: shared-query
|
||||||
|
- sort_key: address_scope-sort_key
|
||||||
- fields: fields
|
- fields: fields
|
||||||
|
|
||||||
Response Parameters
|
Response Parameters
|
||||||
|
@ -310,6 +310,20 @@ vpnservice_id-path:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
# variables in query
|
# variables in query
|
||||||
|
address_scope-sort_key:
|
||||||
|
description: |
|
||||||
|
Sorts by an address scope attribute. You can specify multiple pairs of sort
|
||||||
|
key and sort direction query parameters. The sort keys are limited to:
|
||||||
|
|
||||||
|
- ``id``
|
||||||
|
- ``ip_version``
|
||||||
|
- ``name``
|
||||||
|
- ``project_id``
|
||||||
|
- ``shared``
|
||||||
|
- ``tenant_id``
|
||||||
|
in: query
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
address_scope_id-query:
|
address_scope_id-query:
|
||||||
description: |
|
description: |
|
||||||
Filter the subnet pool list result by the address scope that is assigned
|
Filter the subnet pool list result by the address scope that is assigned
|
||||||
|
Loading…
x
Reference in New Issue
Block a user