169
edits
m (→Agent API) |
|||
Line 138: | Line 138: | ||
Used by web apps to send notifications. The body of the HTTP request should contain a JSON string of the following form: | Used by web apps to send notifications. The body of the HTTP request should contain a JSON string of the following form: | ||
<pre> | <pre> | ||
{"routing_key": " | {"routing_key": "routing key", | ||
"type": "the type of notification", | "type": "the type of notification", | ||
"timestamp": "UNIX timestamp", | "timestamp": "UNIX timestamp", |
edits