api-ref: add filter parameters to agents
Change-Id: I776afb36d475617a80c0006c84374a16e3c98811 Closes-Bug: #1747995
This commit is contained in:
@@ -28,6 +28,14 @@ Request
|
|||||||
|
|
||||||
.. rest_parameters:: parameters.yaml
|
.. 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
|
- fields: fields
|
||||||
|
|
||||||
Response Parameters
|
Response Parameters
|
||||||
|
@@ -325,6 +325,26 @@ admin_state_up_trunk-query:
|
|||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
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:
|
binding:host_id-query:
|
||||||
description: |
|
description: |
|
||||||
Filter the port list result by the ID of the host where the port resides.
|
Filter the port list result by the ID of the host where the port resides.
|
||||||
@@ -505,6 +525,13 @@ floatingip-status-query:
|
|||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
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:
|
id-query:
|
||||||
description: |
|
description: |
|
||||||
Filter the list result by the ID of the resource.
|
Filter the list result by the ID of the resource.
|
||||||
@@ -1168,6 +1195,13 @@ target_tenant-query:
|
|||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
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:
|
trunk-sort_key:
|
||||||
description: |
|
description: |
|
||||||
Sorts by a trunk attribute. You can specify multiple pairs of sort key
|
Sorts by a trunk attribute. You can specify multiple pairs of sort key
|
||||||
|
Reference in New Issue
Block a user