Merge "api-ref: document sorting parameters for l2"
This commit is contained in:
commit
8d3c0e3596
@ -632,6 +632,25 @@ not-tags-query:
|
|||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
port-sort_key:
|
||||||
|
description: |
|
||||||
|
Sorts by a port attribute. You can specify multiple pairs of sort key
|
||||||
|
and sort direction query parameters. The sort keys are limited to:
|
||||||
|
|
||||||
|
- ``admin_state_up``
|
||||||
|
- ``device_id``
|
||||||
|
- ``device_owner``
|
||||||
|
- ``id``
|
||||||
|
- ``ip_allocation``
|
||||||
|
- ``mac_address``
|
||||||
|
- ``name``
|
||||||
|
- ``network_id``
|
||||||
|
- ``project_id``
|
||||||
|
- ``status``
|
||||||
|
- ``tenant_id``
|
||||||
|
in: query
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
port-status-query:
|
port-status-query:
|
||||||
description: |
|
description: |
|
||||||
Filter the port list result by the port status.
|
Filter the port list result by the port status.
|
||||||
@ -857,6 +876,20 @@ security_group_rule-sort_key:
|
|||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
segment-sort_key:
|
||||||
|
description: |
|
||||||
|
Sorts by a segment attribute. You can specify multiple pairs of sort key
|
||||||
|
and sort direction query parameters. The sort keys are limited to:
|
||||||
|
|
||||||
|
- ``id``
|
||||||
|
- ``name``
|
||||||
|
- ``network_id``
|
||||||
|
- ``network_type``
|
||||||
|
- ``physical_network``
|
||||||
|
- ``segmentation_id``
|
||||||
|
in: query
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
shared-query:
|
shared-query:
|
||||||
description: |
|
description: |
|
||||||
Admin-only. Filter the list result based on whether the resource is
|
Admin-only. Filter the list result based on whether the resource is
|
||||||
@ -991,6 +1024,21 @@ tags-query:
|
|||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
trunk-sort_key:
|
||||||
|
description: |
|
||||||
|
Sorts by a trunk attribute. You can specify multiple pairs of sort key
|
||||||
|
and sort direction query parameters. The sort keys are limited to:
|
||||||
|
|
||||||
|
- ``admin_state_up``
|
||||||
|
- ``id``
|
||||||
|
- ``name``
|
||||||
|
- ``port_id``
|
||||||
|
- ``project_id``
|
||||||
|
- ``status``
|
||||||
|
- ``tenant_id``
|
||||||
|
in: query
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
trunk-status-query:
|
trunk-status-query:
|
||||||
description: |
|
description: |
|
||||||
Filter the trunk list result by the status for the trunk. Possible values
|
Filter the trunk list result by the status for the trunk. Possible values
|
||||||
|
@ -349,6 +349,8 @@ Request
|
|||||||
- network_id: network_id-query
|
- network_id: network_id-query
|
||||||
- project_id: project_id-query
|
- project_id: project_id-query
|
||||||
- revision_number: revision_number-query
|
- revision_number: revision_number-query
|
||||||
|
- sort_dir: sort_dir
|
||||||
|
- sort_key: port-sort_key
|
||||||
- status: port-status-query
|
- status: port-status-query
|
||||||
- tenant_id: project_id-query
|
- tenant_id: project_id-query
|
||||||
- tags: tags-query
|
- tags: tags-query
|
||||||
|
@ -149,6 +149,8 @@ Request
|
|||||||
- segmentation_id: provider:segmentation_id-query
|
- segmentation_id: provider:segmentation_id-query
|
||||||
- name: name-query
|
- name: name-query
|
||||||
- description: description-query
|
- description: description-query
|
||||||
|
- sort_dir: sort_dir
|
||||||
|
- sort_key: segment-sort_key
|
||||||
- fields: fields
|
- fields: fields
|
||||||
|
|
||||||
Response Parameters
|
Response Parameters
|
||||||
|
@ -56,6 +56,8 @@ Request Parameters
|
|||||||
- status: trunk-status-query
|
- status: trunk-status-query
|
||||||
- tenant_id: project_id-query
|
- tenant_id: project_id-query
|
||||||
- project_id: project_id-query
|
- project_id: project_id-query
|
||||||
|
- sort_dir: sort_dir
|
||||||
|
- sort_key: trunk-sort_key
|
||||||
- tags: tags-query
|
- tags: tags-query
|
||||||
- tags-any: tags-any-query
|
- tags-any: tags-any-query
|
||||||
- not-tags: not-tags-query
|
- not-tags: not-tags-query
|
||||||
|
Loading…
Reference in New Issue
Block a user