Skip to content

Commit 48707ec

Browse files
committed
[DOCS] Expands GET DFA stat API docs with response objects. (#53107)
1 parent 2dc872f commit 48707ec

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

docs/reference/ml/ml-shared.asciidoc

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,36 @@ been reported.
523523
`peak_usage_bytes`::::
524524
(long) The number of bytes used at the highest peak of memory usage.
525525

526+
`node`:::
527+
(object)
528+
Contains properties for the node that runs the job. This information is
529+
available only for running jobs.
530+
531+
`node`.`attributes`:::
532+
(object)
533+
Lists node attributes such as `ml.machine_memory`, `ml.max_open_jobs`, and
534+
`xpack.installed`.
535+
536+
`node`.`ephemeral_id`:::
537+
(string)
538+
The ephemeral id of the node.
539+
540+
`node`.`id`:::
541+
(string)
542+
The unique identifier of the node.
543+
544+
`node`.`name`:::
545+
(string)
546+
The node name.
547+
548+
`node`.`transport_address`:::
549+
(string)
550+
The host and port where transport HTTP connections are accepted.
551+
552+
`assignment_explanation`:::
553+
(string)
554+
For running jobs only, contains messages relating to the selection of a node to
555+
run the job.
526556
end::data-frame-analytics-stats[]
527557

528558
tag::datafeed-id[]

0 commit comments

Comments
 (0)