integration-incident

module
v0.0.0-...-720dba8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2023 License: AGPL-3.0

README

integration-incident

An integration service for posting incident to Sundsvalls Kommuns incident API.

sequenceDiagram
    participant CiP
    participant This Service
    participant Incident API

    This Service->>Incident API: authenticate
    Incident API-->>This Service: token

    CiP->>This Service: entities created or updated
    loop for each notification
        This Service->>CiP: get entity location
        CiP-->>This Service: location
        This Service->>This Service: create incident
        This Service->>Incident API: post incident
        Incident API-->>This Service: 200 OK
    end

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL