/api/v1/sources
Purpose
Manage source creation, listing, updates, testing, and deletion.Main Endpoints
GET /api/v1/sourcesGET /api/v1/sources/categoriesGET /api/v1/sources/{source_id}POST /api/v1/sourcesPOST /api/v1/sources/{source_id}/testPATCH /api/v1/sources/{source_id}DELETE /api/v1/sources/{source_id}
Common Scenarios
- List all sources for monitor selection
- Test a new source before using it
- Review category coverage