GetStatus
The GetStatus
action returns information about the current state of CFS.
Type: Synchronous
Example
http://12.3.4.56:7000/action=GetStatus
This action uses port 7000
to request details about Connector Framework Server, which is located on a machine with the IP address 12.3.4.56
.
Response
The following XML is a sample response from the GetStatus
action:
<autnresponse> <action>GETSTATUS</action> <response>SUCCESS</response> <responsedata> <product>Connector Framework</product> <version>7.6.0.0</version> <build>1</build> <aciport>7000</aciport> <serviceport>7532</serviceport> <directory>C:\ConnectorFramework</directory> <acithreads>4</acithreads> <ingest calls="1" adds="1"/> <nodes>2</nodes> <importactive>0</importactive> <importpending>0</importpending> <keyviewmemory>0</keyviewmemory> <import queued="2" started="2" finished="2"/> </responsedata> </autnresponse>
Value | Description |
---|---|
product | The name of the product. |
version | The product version. |
build | The product build. |
aciport | The ACI port used by CFS. |
serviceport | The service port used by CFS. |
directory | The running directory. |
acithreads | The number of threads configured for ACI commands. |
ingest |
The attributes in the ingest tag count the number of requests made to CFS.
|
nodes | The number of documents waiting to be collected into an index batch (the number of documents that CFS has finished importing). |
importactive | The number of documents currently being imported. |
importpending | The number of documents waiting to be imported. |
keyviewmemory | The amount of memory allocated to the KeyView process. |
import |
Details about the number of documents imported. The
|