Issue Reporting (By Users)
Endpoints for users to report incidents from the public status page.
- GET/POST
/api/ReportIncident: Public endpoint for reporting issues. - GET
/api/ReportIncident/ReportIssue/GetIncidentMetadata: Metadata for the report form. - GET
/api/ReportIncident/ReportIssue/GetAllComponentGroupsWithRegionAndZone: Location selection for reports. - GET
/api/ReportIncident/DownloadAttachment: Download evidence provided by the reporter.
Responses
- 200 OK
- 500 Server Error
Description: Success.
Description: Internal server error.
Admin Management
- GET/POST
/api/admin/ReportIncident: Internal management of reported issues. - POST
/api/admin/ReportIncident/UpdateIncidentIdInreportIncident: Link a user report to an official incident. - GET
/api/admin/ReportIncident/DownloadAttachment: Admin view of attachments.
Responses
- 200 OK
- 401 Unauthorized
- 500 Server Error
Description: Success.
Description: Authentication failed.
Description: Internal server error.