Overview | Service | Command |
Under normal situations, the EAGER auto provisioning task(thread) should be started/stopped automatically by the server when appropriate. The task should be running when zimbraAutoProvPollingInterval is not 0 and zimbraAutoProvScheduledDomains is not empty. The task should be stopped otherwise. This API is to manually force start/stop or query status of the EAGER auto provisioning task. It is only for diagnosis purpose and should not be used under normal situations.
Authorization token required | true |
Admin Authorization token required | true |
<AutoProvTaskControlRequest action="(start|status|stop)" /> ## AutoProvTaskControlRequest
The following table describes elements and attributes you can define within a
<AutoProvTaskControlRequest>
element:
XPath | Required / Optional | Description |
@action | Required (only 1) | Type:start|status|stop Action to perform - one of start|status|stop |
<AutoProvTaskControlResponse status="(started|running|idle|stopped)" /> ## AutoProvTaskControlResponse
The following table describes elements and attributes you can define within a
<AutoProvTaskControlResponse>
element:
XPath | Required / Optional | Description |
@status | Required (only 1) | Type:started|running|idle|stopped Status - one of started|running|idle|stopped |