| 123456789101112131415161718192021222324252627282930313233343536373839 | --:api: start-data-frame-analytics:request: StartDataFrameAnalyticsRequest:response: AcknowledgedResponse--[role="xpack"][id="{upid}-{api}"]=== Start {dfanalytics-jobs} APIStarts an existing {dfanalytics-job}.It accepts a +{request}+ object and responds with a +{response}+ object.[id="{upid}-{api}-request"]==== Start {dfanalytics-jobs} requestA +{request}+ object requires a {dfanalytics-job} ID.["source","java",subs="attributes,callouts,macros"]---------------------------------------------------include-tagged::{doc-tests-file}[{api}-request]---------------------------------------------------<1> Constructing a new start request referencing an existing {dfanalytics-job}include::../execution.asciidoc[][id="{upid}-{api}-response"]==== Start {dfanalytics-jobs} responseThe returned +{response}+ object acknowledges the {dfanalytics-job} has started.["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-response]--------------------------------------------------<1> `getNode()` returns the node that the job was assigned to. If thejob is allowed to open lazily and has not yet been assigned to a nodethen an empty string is returned. If `getNode()` returns `null` thenthe server is an old version that does not return node information.
 |