Send Actions to NiFi

To check that your NiFi Ingest dataflow is ready to receive actions, you can send a GetStatus action. For example, if you configured your "Connector ACI" group to listen on port 10000, you might send the following HTTP request:

http://host:10000/action=getstatus

You can send this request from a web browser, or use a tool such as cURL. The server returns the following response:

<autnresponse>
    <action>GETSTATUS</action>
    <response>SUCCESS</response>
    <responsedata>
        <product>idol.nifi.processor.HandleAciRequest</product>
        <version>12.5.0</version>
        <aciport>10000</aciport>
    </responsedata>
</autnresponse>

Synchronous and Asynchronous Actions

Some actions are synchronous and others are asynchronous:

To check the status of an asynchronous action, use the QueueInfo action.


_FT_HTML5_bannerTitle.htm