CheckMATE 서버의 프로세스 목록 조회 API입니다.

ServerProcessList API Key Detail (Request)

name

type

Description

COMP_CD

string

회사코드

EMP_NO

string

사번

ServerProcessList API & Examples

POST

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

Request

Content-Type: application/json

{

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

}


Response

Content-Type: application/json

[

   {

     "Start_Time": "2023-07-17 14:35:20",

     "ProcessName": "****",

     "PID": 1324,

     "Session_ID": 0,

     "BasePriority": 8,

     "WorkingSet64": 8179712

   },

   {

     "Start_Time": "2023-07-17 14:34:39",

     "ProcessName": "****",

     "PID": 3736,

     "Session_ID": 0,

     "BasePriority": 4,

     "WorkingSet64": 1130496,

     "VirtualMemorySize64": 53194752

   },

   {

     "Start_Time": "2023-07-17 14:32:29",

     "ProcessName": "****",

     "PID": 976,

     "Session_ID": 0,

     "BasePriority": 8,

     "WorkingSet64": 10477568

   }

]

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