Incident management
Health endpoint
https://demo.stage.fidentity.ch/api/v1/health (yourUrl/api/v1/health).
Status query
To identify potential incidents, the tenant status can be queried. If the result is an empty array, the system is operating normally. Otherwise, an entry will indicate the severity of the issue. Requests:
Stage: https://status.stage.fidentity.ch/api/v1/status?severity=low,medium,high,blocker&tenant=yourTenant
Productive: https://status.fidentity.ch/api/v1/status?severity=low,medium,high,blocker&tenant=yourTenant
Replace 'yourTenant' with your actual tenant name. For example, use ...blocker&tenant=demo for demo.stage.fidentity.ch
Example result without incidents
Example result with an incident
Client and end user messages
During incidents, fidentity triggers messages to notify both customers and end users.
Client message
Clients receive incident updates directly on the fidentity dashboard.
End user message
End users receive relevant updates tailored to the incident's impact— low, high, or blocker. For low-level incidents, messages serve as information and can be closed. High-level incidents are accompanied by a toast message guiding the user through the process. In the case of blocker incidents, a window appears, allowing the user to terminate the process.
Last updated