CheckMATE 봇의 CPU 사용량 조회 API입니다.

BotCPU API Key Detail (Request)

name

type

Description

COMP_CD

string

회사코드

EMP_NO

string

사번

BOT_ID

int

수정할 봇 ID

BotCPU API & Examples

POST

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

Request

Content-Type: application/json

{

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

}


Response

Content-Type: application/json

{

   "Use_CPU": 3.99,

   "Process_Count": 109

}

Created with the Personal Edition of HelpNDoc: Easily create HTML Help documents