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.7.0</version>
<aciport>10000</aciport>
</responsedata>
</autnresponse>
Some actions are synchronous and others are asynchronous:
GetStatus
is an example of a synchronous action.Synchronize
is an example of an asynchronous action - depending on the size of the data repository and the configuration of the connector, it could take hours to synchronize all of the data.To check the status of an asynchronous action, use the QueueInfo action.
_FT_HTML5_bannerTitle.htm