Overview | Service | Command |
Authorization token required | true |
Admin Authorization token required | false |
<NoOpRequest [wait="{wait} (0|1)"] [delegate="{delegate} (0|1)"] [limitToOneBlocked="{enforce-limit} (0|1)"]
[timeout="{timeout-millis-to-wait} (Long)"] /> ## NoOpRequest
elements and attributes you can define within a
<NoOpRequest>
element:
XPath | Required / Optional | Description |
@wait | Optional (0 or 1) | Type: 0|1 Wait setting |
@delegate | Optional (0 or 1) | Type: 0|1 If "wait" is set, the caller can use this setting to determine whether notifications on delegate sessions will cause the operation to return. If "delegate" is unset, delegate mailbox notifications will be ignored. "delegate" is set by default. |
@limitToOneBlocked | Optional (0 or 1) | Type: 0|1 If specified, the server will only allow a given user to have one single waiting-NoOp on the server at a time, it will complete (with waitDisallowed set) any existing limited hanging NoOpRequests when a new request comes in. |
@timeout | Optional (0 or 1) | Type: Long The client may specify a custom timeout-length for their request if they know something about the particular underlying network. The server may or may not honor this request (depending on server configured max/min values: see LocalConfig variables zimbra_noop_default_timeout, zimbra_noop_min_timeout and zimbra_noop_max_timeout) |
<NoOpResponse [waitDisallowed="{wait-disallowed} (0|1)"] /> ## NoOpResponse
elements and attributes you can define within a
<NoOpResponse>
element:
XPath | Required / Optional | Description |
@waitDisallowed | Optional (0 or 1) | Type: 0|1 Set if wait was disallowed |