/
DE | notify

DE | notify

DE에게 분석 결과 데이터를 통지합니다.

데이터의 형태는 분석통계 값, 알람 정보, URI(스틸이미지, 비디오 세그먼트에 접근할 수 있는) 중 하나가 될 수 있습니다.

Request

[Request parameters]

Parameter

Type

Required

Description

Parameter

Type

Required

Description

app_instance_id

String

Required

앱 인스턴스 ID. See md.callback_run_app_instance

type

String

Required

Notification의 종류. “statistics”, “alarm” 중 하나로 표기

priority

String

Required

중요도. “very low”, “low”, “normal”, “high”, “very high”

payload [ ]

String

Required

Application-specific result data. It might be the lists of URI or value.

[Request Example]

{ "jsonrpc": "2.0", "method": "notify", "params": { "app_instance_id": "98gduio4l2j9o08fusd9", "type": "statistics", "priority": "normal", "payload": { "total": 26, "current": 5 } }, "id": "nk2-19898423" }

Response

No response

 

Related content

MD | Operation.recv_callback
MD | Operation.recv_callback
More like this
VI | Operation.async_send
VI | Operation.async_send
More like this
TaskContext
More like this