Returns the status of the Eduction ACI Server, including version information and entities selected for matching.
Usage:
action=GetStatus
For example:
http://localhost:7000/action=GetStatus
This action returns output similar to the following XML:
<autnresponse>
<action>GETSTATUS</action>
<response>SUCCESS</response>
<responsedata>
<Name>EDUCTION</Name>
<ACIPort>7075</ACIPort>
<Version>7.5.7.0</Version>
<entitiesenabled>
<name>contact/phone</name>
<name>contact/email</name>
<name>contact/people</name>
</entitiesenabled>
<numentitiesloaded>3</numentitiesloaded>
</responsedata>
</autnresponse>
|
|