Is it possible to send events / alarms from a third party system into the milestone VMS system?

Is it possible to send events from a third party system into the milestone VMS system? Is this done via the API? if so do you have the documentation that has an example of this?

Please explore following samples.

Protocol integration - Analytics Event Trigger via XML sample demonstrates how to submit an Analytics Event to the Event Server.

https://doc.developer.milestonesys.com/html/index.html?base=samples/protocolsamples/triggeranalyticseventxml/readme.html&tree=tree_3.html

Component integration - Analytics Event Trigger via library sample demonstrates how to submit an Analytics Event to the Milestone XProtect Event Server using the .NET library.

https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/analyticseventtriggervialibrary/readme.html&tree=tree_2.html

RestAPI is currently only for working with configuration. (In future versions Milestone will extend the RestAPI functionality).

@Rie Kiuchi (Milestone Systems)​

I thought that RestAPI does work for event triggers? https://github.com/milestonesys/mipsdk-samples-protocol/blob/main/EventsRestApiPython/events_rest_api.py

That is correct, I am sorry I overlooked it - RESTful Events API - Python

https://doc.developer.milestonesys.com/html/index.html?base=samples/protocolsamples/eventsrestapipython/readme.html&tree=tree_3.html