plcm-device-notification.xsd Documentation

Imported Namespaces

Target Namespace

Elements

plcm-device-notification  PlcmDeviceNotification

A notification of a change to one or more devices. The notification type specified in the plcm-notification object pertains to each device in device list. Content-Type: application/vnd.plcm-device-notification+xml


Complex Types

PlcmDeviceNotification Fields

NameTypeDescriptionAttributes
plcm-device-list plcm-device-listSee Definition of plcm-device-list
plcm-notification plcm-notificationSee Definition of plcm-notificationMandatory
synchronization-stateSynchronizationState This field indicates the current state of the device synchronization process between the client and server. If device synchronization was requested in the subscription, the call server will send batch update notifications to the client for all existing devices. The server will always send at least two notifications: the first with a synchronization state of SYNC_BEGIN, and the last with a synchronization state of SYNC_COMPLETE. All intermediate notfications will have a synchronization state of SYNC_IN_PROGRESSS. Once the synchronization process is complete subsequent notifications will have a synchronization state of NONE. Note that the SYNC_COMPLETE packet may or may not contain any actual devices. In the event that it does these devices are considered to be part of the synchronization process.


Simple Types


NameTypeRestrictions
SynchronizationStatexs:string
Value must be one of:
  • SYNC_BEGIN
  • SYNC_IN_PROGRESS
  • SYNC_COMPLETE
  • NONE