The GetStatus
action provides basic status information about the service.
Type: synchronous
http://host:10000/action=GetStatus
The following XML shows an example response:
<autnresponse> <action>GETSTATUS</action> <response>SUCCESS</response> <responsedata> <product>idol.nifi.processor.HandleAciRequest</product> <version>12.4.0-SNAPSHOT</version> <aciport>10000</aciport> </responsedata> </autnresponse>
|