Merge "[api-ref] clarify what /v1/lookup returns"

This commit is contained in:
Zuul 2018-02-02 00:38:39 +00:00 committed by Gerrit Code Review
commit fe5063a867
2 changed files with 3 additions and 3 deletions

View File

@ -46,8 +46,7 @@ service.
The query string should include either or both a ``node_uuid`` or an
``addresses`` query parameter. If a matching Node is found, information about
that Node shall be returned, including instance-specific information such as
the configdrive.
that Node shall be returned.
Normal response codes: 200

View File

@ -327,7 +327,8 @@ agent_config:
type: JSON
agent_node:
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.
in: body
required: true