incident management cms with django
- User: Leveraging Django's built-in user model for authentication.
- Service: Services can be nested.
- ActivityLog: Tracks actions performed by users for auditing and history purposes.
- Incidents: Represents bugs submitted by users
- Team: Reprends Team On-Call
- OnCallSchedule: Represents Schedule On-Call
- Escalation: Represents Escalation Policies
Access the API Documentation: Navigate to http://127.0.0.1:8000/api/ to view the automatically generated Swagger documentation.
method POST
api/report-activity-logs/
api/report-incidents/
api/report-host/
get a token to access content
api/authenticate/
api/logout/
api/verify-token/
method GET
api/list-descriptions/
api/list-status-levels/
api/list-urgency-levels/