I am trying to integrate to ZoneMinder using the API. I am on
Code: Select all
version: 1.28.109
apiversion: 1.28.109.1
I have been looking around to find some documentation on how to use things.....
If can query a monitor to get all events and also find last event, but now I want to check status of both server and camera.
I have started with the Camera and found this:
Code: Select all
http://<my-zoneminder-ip>/zm/api/monitors/daemonStatus/id:1/daemon:zmc.json
Is it possible??
Where can I find a overview over all possibilities in the API? I found some samples at the ZoneMinder site, but I found more detailed queries in some github repos.
Best regards
Martin