[DOCS] Expands GET DFA stat API docs with response objects. (#53107)

This commit is contained in:
István Zoltán Szabó 2020-03-05 15:30:30 +01:00
parent 2dc872f052
commit 48707ec55a
1 changed files with 30 additions and 0 deletions

View File

@ -523,6 +523,36 @@ been reported.
`peak_usage_bytes`::::
(long) The number of bytes used at the highest peak of memory usage.
`node`:::
(object)
Contains properties for the node that runs the job. This information is
available only for running jobs.
`node`.`attributes`:::
(object)
Lists node attributes such as `ml.machine_memory`, `ml.max_open_jobs`, and
`xpack.installed`.
`node`.`ephemeral_id`:::
(string)
The ephemeral id of the node.
`node`.`id`:::
(string)
The unique identifier of the node.
`node`.`name`:::
(string)
The node name.
`node`.`transport_address`:::
(string)
The host and port where transport HTTP connections are accepted.
`assignment_explanation`:::
(string)
For running jobs only, contains messages relating to the selection of a node to
run the job.
end::data-frame-analytics-stats[]
tag::datafeed-id[]