get server index status
/members/{member}/index/status [GET]
| API Support | Available since | Last updated | Output |
|---|---|---|---|
| 4.6000 | 5.9700 | xml, json |
Description
Status of server indexing
Load an index status.
Parameters
No parameters required.
Permission
Response
<indexing>
<status>
[<index groupid="357"/>]
<jobs total="605"
document="287"
folder="98"
url="22"
comment="198"/>
</status>
[<root>
<summary date="2016-02-15">
<group id="357" name="test-local8">
<ticket id="1455502172487"
title="Batch Indexing"
infos="1041"
warnings="0"
errors="0"
started="2016-02-15T13:09:40+11:00"
ended="2016-02-15T13:09:51+11:00"
duration="11214"
complete="false"/>
...
</group>
...
</summary>
...
</root>]
</indexing>
Error Handling
No specific errors expected for this service.