LogoLogo
  • fidentity public documentation
  • Dashboard
  • API
    • Authentication documentation
    • Create a new fidentity process
    • Update a new document for signature
    • URL Management and authentication
  • Use Cases
    • QES
      • Variations
        • Main
        • Split
        • Single run
      • Verification methods
      • QES System URLs
      • Sign hashes
    • SimpleIdent
      • Process steps
      • System URLs
  • Others
    • Compatibility
    • Incident management
    • Release Management
      • Feature Preview
      • Patch Releases
      • Release Notes
        • May 2025
        • April 2025
        • March 2025
        • February 2025
        • January 2025
        • December 2024
        • November 2024
      • Major Releases
    • Change Management
    • Passkeys
    • Custom Domain
    • Dashboard SSO
    • Compliance
      • finma RS2016/7
      • VSB20
      • TAV BAKOM
      • ETSI 119 461
Powered by GitBook
On this page
  • Health endpoint
  • Status query
  • Client and end user messages
  1. Others

Incident management

Last updated 10 months ago

Health endpoint

(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

[ { "id": "feaf51fd-77cb-43a2-8888-1c67143934e7", "from": "2024-02-01T16:30:36.315Z", "to": null, "customerInfo": { "de": "", "fr": "", "it": "", "en": "", "pt": "" }, "title": { "de": "Test incident", "fr": "", "it": "", "en": "", "pt": "" }, "tenant": "6838cc06cc0f66fd883b689489f306cc0ff59a052743eb0e81e6ac58465dd8e7", "tags": [], "severity": "blocker", "status": "pending" } ]

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.

https://demo.stage.fidentity.ch/api/v1/health
Examples of end user messages from left to right: low-impact incident, high-impact incident, blocker incident.
Page cover image