From 48707ec55ac4a539f36b0e45108d46791717d954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Thu, 5 Mar 2020 15:30:30 +0100 Subject: [PATCH] [DOCS] Expands GET DFA stat API docs with response objects. (#53107) --- docs/reference/ml/ml-shared.asciidoc | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/reference/ml/ml-shared.asciidoc b/docs/reference/ml/ml-shared.asciidoc index 09c90ce2482..d6fca3f24f5 100644 --- a/docs/reference/ml/ml-shared.asciidoc +++ b/docs/reference/ml/ml-shared.asciidoc @@ -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[]