CheckMATE 봇의 메모리 정보 조회 API입니다.

BotMemory API Key Detail (Request)

name

type

Description

COMP_CD

string

회사코드

EMP_NO

string

사번

BOT_ID

int

수정할 봇 ID

BotMemory API & Examples

POST

http://{server ip:port}/api/BotMemory

Request

Content-Type: application/json

{

  • "COMP_CD":"SYMATION",
  • "EMP_NO":"User",
  • "BOT_ID":2

}


Response

Content-Type: application/json

{

   "Memory_Used": "1784",

   "Memory_Used_Percent": "46.57",

   "Memory_FREE": "2046"

}

Created with the Personal Edition of HelpNDoc: Full-featured multi-format Help generator