Sigtake API Reference
    • Raíz
      • Alerts
        • Ingest an alert
      • Signals
        • Ingest signal readings
    • Schemas
      • Alert
      • SignalError

    Alert

    {
        "id": 0,
        "tenant_id": 0,
        "team_id": 0,
        "api_key_id": 0,
        "title": "string",
        "severity": "critical",
        "status": "firing",
        "source": "string",
        "fingerprint": "string",
        "occurrence_count": 0,
        "last_seen_at": "2019-08-24T14:15:22.123Z",
        "payload": {
            "property1": "string",
            "property2": "string"
        },
        "created_at": "2019-08-24T14:15:22.123Z",
        "updated_at": "2019-08-24T14:15:22.123Z",
        "resolved_at": "2019-08-24T14:15:22.123Z"
    }
    Built with