Merge "[api-ref] clarify what /v1/lookup returns"
This commit is contained in:
commit
fe5063a867
@ -46,8 +46,7 @@ service.
|
|||||||
|
|
||||||
The query string should include either or both a ``node_uuid`` or an
|
The query string should include either or both a ``node_uuid`` or an
|
||||||
``addresses`` query parameter. If a matching Node is found, information about
|
``addresses`` query parameter. If a matching Node is found, information about
|
||||||
that Node shall be returned, including instance-specific information such as
|
that Node shall be returned.
|
||||||
the configdrive.
|
|
||||||
|
|
||||||
Normal response codes: 200
|
Normal response codes: 200
|
||||||
|
|
||||||
|
@ -327,7 +327,8 @@ agent_config:
|
|||||||
type: JSON
|
type: JSON
|
||||||
agent_node:
|
agent_node:
|
||||||
description: |
|
description: |
|
||||||
JSON document containing a subset of Node fields, used by the
|
JSON document containing the Node fields "uuid", "properties",
|
||||||
|
"instance_info", and "driver_internal_info"; used by the
|
||||||
ironic-python-agent process as it operates on the Node.
|
ironic-python-agent process as it operates on the Node.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
Reference in New Issue
Block a user