CheckMATE 서버의 CPU사용량 정보 조회 API입니다.

ServerCPU API Key Detail (Request)

name

type

Description

COMP_CD

string

회사코드

EMP_NO

string

사번

ServerCPU API & Examples

POST

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

Request

Content-Type: application/json

{

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

}


Response

Content-Type: application/json

{

  "Use_CPU": 6.37,

  "Process_Count": 376

}

Created with the Personal Edition of HelpNDoc: Free Web Help generator