Merge "api-ref: document sorting parameters for security"
This commit is contained in:
@@ -671,6 +671,19 @@ qos_is_default-query:
|
|||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
rbac-sort_key:
|
||||||
|
description: |
|
||||||
|
Sorts by a RBAC policy attribute. You can specify multiple pairs of sort
|
||||||
|
key and sort direction query parameters. The sort keys are limited to:
|
||||||
|
|
||||||
|
- ``action``
|
||||||
|
- ``id``
|
||||||
|
- ``object_id``
|
||||||
|
- ``target_tenant``
|
||||||
|
- ``tenant_id``
|
||||||
|
in: query
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
remote_group_id-query:
|
remote_group_id-query:
|
||||||
description: |
|
description: |
|
||||||
Filter the security group rule list result by the ID of the remote group
|
Filter the security group rule list result by the ID of the remote group
|
||||||
@@ -710,6 +723,17 @@ router:external-query:
|
|||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
security_group-sort_key:
|
||||||
|
description: |
|
||||||
|
Sorts by a security group attribute. You can specify multiple pairs of
|
||||||
|
sort key and sort direction query parameters. The sort keys are limited to:
|
||||||
|
|
||||||
|
- ``id``
|
||||||
|
- ``name``
|
||||||
|
- ``tenant_id``
|
||||||
|
in: query
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
security_group_rule-security_group_id-query:
|
security_group_rule-security_group_id-query:
|
||||||
description: |
|
description: |
|
||||||
Filter the security group rule list result by the ID of the security group
|
Filter the security group rule list result by the ID of the security group
|
||||||
@@ -717,6 +741,24 @@ security_group_rule-security_group_id-query:
|
|||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
security_group_rule-sort_key:
|
||||||
|
description: |
|
||||||
|
Sorts by a security group rule attribute. You can specify multiple pairs of
|
||||||
|
sort key and sort direction query parameters. The sort keys are limited to:
|
||||||
|
|
||||||
|
- ``direction``
|
||||||
|
- ``ethertype``
|
||||||
|
- ``id``
|
||||||
|
- ``port_range_max``
|
||||||
|
- ``port_range_min``
|
||||||
|
- ``protocol``
|
||||||
|
- ``remote_group_id```
|
||||||
|
- ``remote_ip_prefix``
|
||||||
|
- ``security_group_id``
|
||||||
|
- ``tenant_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
|
||||||
|
@@ -137,6 +137,8 @@ Request
|
|||||||
|
|
||||||
.. rest_parameters:: parameters.yaml
|
.. rest_parameters:: parameters.yaml
|
||||||
|
|
||||||
|
- sort_dir: sort_dir
|
||||||
|
- sort_key: rbac-sort_key
|
||||||
- fields: fields
|
- fields: fields
|
||||||
|
|
||||||
Response Parameters
|
Response Parameters
|
||||||
|
@@ -45,6 +45,8 @@ Request
|
|||||||
- revision_number: revision_number-query
|
- revision_number: revision_number-query
|
||||||
- id: id-query
|
- id: id-query
|
||||||
- description: description-query
|
- description: description-query
|
||||||
|
- sort_dir: sort_dir
|
||||||
|
- sort_key: security_group_rule-sort_key
|
||||||
- fields: fields
|
- fields: fields
|
||||||
|
|
||||||
Response Parameters
|
Response Parameters
|
||||||
|
@@ -38,6 +38,8 @@ Request
|
|||||||
- revision_number: revision_number-query
|
- revision_number: revision_number-query
|
||||||
- name: name-query
|
- name: name-query
|
||||||
- description: description-query
|
- description: description-query
|
||||||
|
- sort_dir: sort_dir
|
||||||
|
- sort_key: security_group-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
|
||||||
|
Reference in New Issue
Block a user