jambonz / jambonz/jambonz-api-server
return alerts with null account sid
- Dominant language
- JavaScript
- Stars
- 24
- Forks
- 38
- Avg merge
- 8h 34m
- Merged PRs (30d)
- 1
Description
There are a few alerts raised that do not have an account_sid associated with them, for example options failures on sbc-sip-sidecar where the carrier is availible to all accounts.
These will appear in influx db with the account_sid as null, However there is no way for these alerts to be surfaced to the user.
my proposal is to have the API respond with alerts that contain a null account_sid for all accounts as the alerts will be relevent to all accounts
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the API endpoint that retrieves alerts and the filtering logic for account_sid. Reproduce an alert with a null account_sid, then verify that it is returned for every account without changing account-specific filtering. Done means these alerts are consistently exposed through the API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100