Argus
Argus copied to clipboard
API 3.0
This is an overview issue of ideas for API version 2.
Please create sub-issues as needed.
Simplify how to ack an incident.
The serializer is now of the form:
{'event': {'timestamp': foo, 'description': 'bar'},
'expiration': xux}
and allows sending in event-type. Make a simpler serializer:
{'timestamp': foo, 'description': 'bar', 'expiration': xux}
#136 comes to mind
#136 comes to mind
"Simplify the tag data structure required by the Incident API endpoint"