Merge "api-ref: add filter parameters to agents"
This commit is contained in:
commit
64209e2ec4
@ -28,6 +28,14 @@ Request
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- admin_state_up: admin_state_up-query
|
||||
- agent_type: agent_type-query
|
||||
- alive: alive-query
|
||||
- binary: binary-query
|
||||
- description: description-query
|
||||
- host: host-query
|
||||
- id: id-query
|
||||
- topic: topic-query
|
||||
- fields: fields
|
||||
|
||||
Response Parameters
|
||||
|
@ -325,6 +325,26 @@ admin_state_up_trunk-query:
|
||||
in: query
|
||||
required: false
|
||||
type: boolean
|
||||
agent_type-query:
|
||||
description: |
|
||||
Filter the list result by the type of agent such as ``Open vSwitch agent``
|
||||
or ``DHCP agent``.
|
||||
in: query
|
||||
required: false
|
||||
type: string
|
||||
alive-query:
|
||||
description: |
|
||||
Filter the list result based on whether the agent is alive and running.
|
||||
in: query
|
||||
required: false
|
||||
type: boolean
|
||||
binary-query:
|
||||
description: |
|
||||
Filter the list result by the executable command used to start the agent
|
||||
such as ``neutron-openvswitch-agent`` or ``neutron-dhcp-agent``.
|
||||
in: query
|
||||
required: false
|
||||
type: string
|
||||
binding:host_id-query:
|
||||
description: |
|
||||
Filter the port list result by the ID of the host where the port resides.
|
||||
@ -505,6 +525,13 @@ floatingip-status-query:
|
||||
in: query
|
||||
required: false
|
||||
type: string
|
||||
host-query:
|
||||
description: |
|
||||
Filter the list result by the hostname of the system the agent is running
|
||||
on.
|
||||
in: query
|
||||
required: false
|
||||
type: string
|
||||
id-query:
|
||||
description: |
|
||||
Filter the list result by the ID of the resource.
|
||||
@ -1168,6 +1195,13 @@ target_tenant-query:
|
||||
in: query
|
||||
required: false
|
||||
type: string
|
||||
topic-query:
|
||||
description: |
|
||||
Filter the list result by the name of AMQP topic the agent is listening on
|
||||
such as ``dhcp_agent``.
|
||||
in: query
|
||||
required: false
|
||||
type: string
|
||||
trunk-sort_key:
|
||||
description: |
|
||||
Sorts by a trunk attribute. You can specify multiple pairs of sort key
|
||||
|
Loading…
x
Reference in New Issue
Block a user