Skip to content

Vapix XML soap request to add a scheduled event #224

Closed Answered by dem0278
dem0278 asked this question in VAPIX
Discussion options

You must be logged in to vote

For anyone who may find this useful down the road...

Content-Type:

application/soap+xml; action=//www.axis.com/vapix/ws/event1/GetEventInstances; Charset=UTF-8

Body:

<SOAP-ENV:Body>
    <aev:AddScheduledEvent>
        <aev:NewScheduledEvent>
                <aev:Name>Every 5 min</aev:Name>
                <aev:Schedule>
                    <aev:ICalendar>DTSTART:19700101T000000&#xA;RRULE:FREQ=MINUTELY;INTERVAL=5</aev:ICalendar>
                </aev:Schedule>
        </aev:NewScheduledEvent>
    </aev:AddScheduledEvent>
</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dem0278
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
VAPIX
Labels
None yet
1 participant