콘텐츠로 이동

수동 이벤트 복원



GET /api/v1/keyevent/restore

개요

monitorCheckerEventRef를 기반으로 지정된 이벤트를 복원합니다.

Query 요청 파라미터

파라미터명 유형 필수 설명
monitorCheckerEventRef string Y 트리거 객체 고유 식별자(df_monitor_checker_event_ref)
Null 허용: False

파라미터 추가 설명

요청 예시

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

응답

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

문서 평가

이 페이지가 도움이 되었나요?