Argus icon indicating copy to clipboard operation
Argus copied to clipboard

API 3.0

Open hmpf opened this issue 4 years ago • 3 comments

This is an overview issue of ideas for API version 2.

Please create sub-issues as needed.

hmpf avatar Jun 04 '21 08:06 hmpf

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}

hmpf avatar Jun 04 '21 08:06 hmpf

#136 comes to mind

lunkwill42 avatar Jun 04 '21 08:06 lunkwill42

#136 comes to mind

"Simplify the tag data structure required by the Incident API endpoint"

hmpf avatar Jun 04 '21 11:06 hmpf