Priority
(Medium) I'm annoyed but I'll live
Is your feature request related to a problem?
Loading all alerts from DOOP causes excessive memory usage and increases the time for the DOOP API to return a result. The UI should use the filtering capability that's present in the DOOP API to only request what it actually needs.
This does not necessarily need to be done for every single filter change, but e.g. support_group is something that most people do not change, so instead of GET /v2/violations, you could GET /v2/violations?object_identity.support_group=foobar once the support group foobar has been selected either automatically or manually.
Additional context.
No response
Reference Issues
No response
Priority
(Medium) I'm annoyed but I'll live
Is your feature request related to a problem?
Loading all alerts from DOOP causes excessive memory usage and increases the time for the DOOP API to return a result. The UI should use the filtering capability that's present in the DOOP API to only request what it actually needs.
This does not necessarily need to be done for every single filter change, but e.g.
support_groupis something that most people do not change, so instead ofGET /v2/violations, you couldGET /v2/violations?object_identity.support_group=foobaronce the support groupfoobarhas been selected either automatically or manually.Additional context.
No response
Reference Issues
No response