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

ServerMemory API Key Detail (Request)

name

type

Description

COMP_CD

string

회사코드

EMP_NO

string

사번

ServerMemory API & Examples

POST

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

Request

Content-Type: application/json

{

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

}


Response

Content-Type: application/json

{

  "Memory_Used": "12557444",

  "Memory_Used_Percent": "75.07",

  "Memory_FREE": "4170192"

}

Created with the Personal Edition of HelpNDoc: Full-featured Kindle eBooks generator