Skip to content

Instantly share code, notes, and snippets.

@kylejohnson
Last active August 29, 2015 13:59
Show Gist options
  • Select an option

  • Save kylejohnson/10921921 to your computer and use it in GitHub Desktop.

Select an option

Save kylejohnson/10921921 to your computer and use it in GitHub Desktop.
ZoneMinder API spec

Overview

Requirements

  1. Dump data in json or xml
  2. CRUD for Monitors and Events
  3. Set the Function of monitors
  4. Get the Status of monitors

Examples

Get all monitors

/api/monitor

Get monitor 2

/api/monitor/2

Get all events

/api/event

Get event 123

/api/event/123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment