Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

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

결과는 분석 통계, 알람 등이 있습니다.

Request

[Request parameters]

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

앱 마다 고유하고 비정형으로 정의되는 분석결과 내용

[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

  • No labels