Digital Media Suite API Forums

« Back to Digital Signs API Forum

Stopping an emergency on schedule

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
In the DMM 5.2 user guide, it's specified that it's possible to schedule the duration of an emergency:
 
Q. Can I set an emergency event to stop after a particular duration?
A. Yes, but only through our API. You would program the stop to occur N minutes after the start.
 
However, looking at the Digital Signs API docs, there doesn't seem to be any provision for setting the schedule in the payload, i.e.:
 
<singleEmergencyStart xsi:noNamespaceSchemaLocation = "http://www.cisco.com/dms/emergency/xsd/api/Emergency.xsd" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance">
    <emergencyApplication id = "____APPLICATION_ID____">
        <groupList>
            <group id = "____DMP_GROUP_ID____"/>
        </groupList>
    </emergencyApplication>
</singleEmergencyStart>
 
Could you please advise how to go about setting the emergency duration in the payload and provide an example if possible?
 
Thanks,
Elaine