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://openapi.guance.com/api/v1/keyevent/restore?monitorCheckerEventRef=09e6fdaa5235f1e49014254f7b1653fc' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed