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
|
||||
- ip_version: ip_version-query
|
||||
- shared: shared-query
|
||||
- sort_key: address_scope-sort_key
|
||||
- fields: fields
|
||||
|
||||
Response Parameters
|
||||
|
@ -310,6 +310,20 @@ vpnservice_id-path:
|
||||
required: true
|
||||
type: string
|
||||
# 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:
|
||||
description: |
|
||||
Filter the subnet pool list result by the address scope that is assigned
|
||||
|
Loading…
Reference in New Issue
Block a user