IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Get Pipeline API
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Get Pipeline API
editGet Pipeline Request
editA GetPipelineRequest requires one or more pipelineIds to fetch.
Optional arguments
editThe following arguments can optionally be provided:
Synchronous Execution
editAsynchronous Execution
editThe asynchronous execution of a get pipeline request requires both the GetPipelineRequest
instance and an ActionListener instance to be passed to the asynchronous
method:
The asynchronous method does not block and returns immediately. Once it is
completed the ActionListener is called back using the onResponse method
if the execution successfully completed or using the onFailure method if
it failed.
A typical listener for GetPipelineResponse looks like:
Get Pipeline Response
editThe returned GetPipelineResponse allows to retrieve information about the executed
operation as follows: