Events
GETs (reading data)
| Resource | Description | 
|---|---|
/events  | 
Get a list of events.
The default for   | 
/events/count  | 
Get the number of events (returns plaintext, rather than XML or JSON).  | 
/events/{id}  | 
Get the event specified by the given ID.  | 
PUTs (modifying data)
PUT requires form data using application/x-www-form-urlencoded as a Content-Type.
| Resource | Description | 
|---|---|
/events/{id}?ack=''(true;false)  | 
Acknowledges (or unacknowledges) an event.  | 
/events?x=y&…&ack=''(true;false)  | 
Acknowledges (or unacknowledges) the matching events.  |