oxidecomputer / oxidecomputer/omicron
Alerts and webhooks endpoints missing `/system` prefix
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
They have a system/alerts tag and as far as I know the resources are fleet-scoped, so we will probably want to add the prefix. API versioning should make it not too a big deal for clients.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked section of nexus/external-api/output/nexus_tags.txt and trace how the system/alerts tag maps to the alerts and webhooks endpoint paths. Confirm the intended fleet-scoped paths and API-versioning behavior; done means both endpoints include the /system prefix without breaking the generated external API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, backend-api-design
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100