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 »

MD가 앱 서버에게 앱 인스턴스 실행을 비동기로 요청합니다.

Request

[Request parameters]

Parameter

Type

Required

Description

txid

String

Required

Transaction ID

alarm_interval_hint

Integer

선호하는 알람 주기를 앱에게 힌트로 보내기 위한 값. (단위: 밀리초)

inputs [ ]

String

Required

앱이 인스턴스 생성을 위해 입력받는 파라메터들

값들의 형태는 앱마다 고유하게 정의 됨

[Request Example]

{
  "jsonrpc": "2.0",
  "method": "async_run_app_instance",
  "params": {
    "txid": "89s7dyf98ydf98gy9s8d",
    "alarm_interval_hint": 5000,    // 앱 인스턴스로부터 5초마다 알람을 받는 것을 선호
    "inputs": [
      "rtsp://220.11.59.183:554"   // 입력 비디오 RTSP URI
    ]
  },
  "id": "nk2-0"
}

Response

[Error codes]

code

message

Meaning

  • No labels