Skip to content

Manual Restoration of an Event



GET /api/v1/keyevent/restore

Overview

Restore a specified event based on monitorCheckerEventRef

Query Request Parameters

Parameter Name Type Required Description
monitorCheckerEventRef string Y Unique identifier for the triggering object (df_monitor_checker_event_ref)
Allow null: False

Additional Parameter Notes

Request Example

curl 'https://us1-openapi.truewatch.com/api/v1/keyevent/restore?monitorCheckerEventRef=09e6fdaa5235f1e49014254f7b1653fc' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed

Response

{
    "code": 200,
    "content": true,
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-EE0CCB94-DE13-4EBE-A89F-49D12CD996C6"
}