Skip to content

Tag incidents with organization names rather than UUIDs

Morten Brekkevold requested to merge feature/org-lookup into master

Device events sent from Mist only contain org_ids (long UUID type values), which make no sense to the end user when tagging Argus Incidents.

This MR adds the necessary functionality for looking up orgids using the Mist API, and tagging incidents with the organization names instead.

Time-based caching is used to avoid cascades of API requests during rapid-fire event submissions.

Merge request reports