GetServiceUnavailableTimes Message

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.

Gets the times when the conferencing service might not be available for use.

Components

Component Type

XML Element

Request

GetServiceUnavailableTimesRequest

Reply

GetServiceUnavailableTimesReply

Remarks

A caller must be a member of the Administrator or Organizer role.

The service can be unavailable because of scheduled maintenance.

Examples

The following shows a request for the maintenance schedule for May, 2001.

<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
  <GetServiceUnavailableTimesRequest>
    <TimeInterval startTime="2001-05-01T07:00:00Z" endTime="2001-06-01T07:00:00Z"/>
  </GetServiceUnavailableTimesRequest>
</PlaceWareConfCenter>

The following shows a reply from the conference center.

<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

GetServiceUnavailableTimesReply Element