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 3 Current »

앱 인스턴스 종료에 사용하는 객체

Request Object

[Fields]

Type

Required

Description

app_instance_id

String

Required

종료시킬 앱 인스턴스 ID

[JSON Body]

{
  "app_instance_id": "98gduio4l2j9o08fusd9"
}

Response Object

[Fields]

Parameter

Type

Required

Description

app_instance_id

String

Required

앱 인스턴스 ID

result

String

Required

실행결과

logs [ ]

String

결과 로그. 자유 형식.

[JSON Body]

{
  "app_instance_id": "98gduio4l2j9o08fusd9",        // 앱 서버가 직접 생성한 인스턴스 ID
  "result": "succeed",
  "logs": [
    "NK2 instance has closed gracefully"
  ]
}

  • No labels