GetServiceUnavailableTimesReply Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Returns the times when the conference service is unavailable.

Syntax

<GetServiceUnavailableTimesReply>
    <TimeInterval ...></TimeInterval>
    ...
</GetServiceUnavailableTimesReply>

The following sections describe attributes, parent elements, and child elements.

Attributes

None.

Element Information

Parent Element

Element

Occurrences

PlaceWareConfCenter

1

Child Element

Element

Occurrences

TimeInterval

0 or more

Remarks

GetServiceUnavailableTimesReply must contain zero or more TimeInterval child elements. Each child element gives a time interval during which the service might not be available and that partly or completely overlaps the time interval in the request. The reply represents the current best estimate of times that the service might not be available. The current estimate is always subject to change for operational or other reasons.

If the request cannot be processed, a Fault element is returned.

Example

<PlaceWareConfCenter>
  <GetServiceUnavailableTimesReply>
    <TimeInterval startTime="2001-05-05T01:00:00Z" endTime="2001-05-05T04:59:59Z"/>
    <TimeInterval startTime="2001-05-12T01:00:00Z" endTime="2001-05-12T04:59:59Z"/>
    <TimeInterval startTime="2001-05-19T01:00:00Z" endTime="2001-05-19T04:59:59Z"/>
    <TimeInterval startTime="2001-05-26T01:00:00Z" endTime="2001-05-26T04:59:59Z"/>
  </GetServiceUnavailableTimesReply>
</PlaceWareConfCenter>

See Also

Concepts

GetServiceUnavailableTimesRequest Element

GetServiceUnavailableTimes Message

TimeInterval Element