CheckMATE 서버의 디스크 정보 조회 API입니다.

ServerHDDInfo API Key Detail (Request)

name

type

Description

COMP_CD

string

회사코드

EMP_NO

string

사번

ServerHDDInfo API & Examples

POST

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

Request

Content-Type: application/json

{

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

}


Response

Content-Type: application/json

[

   {

     "HDD": "A:\\",

     "VolumeLabel": "SSD",

     "DriveFormat": "662,743,187,456",

     "TotalFreeSpace": "662,743,187,456",

     "TotalSize": "960,194,670,592"

   },

   {

     "HDD": "C:\\",

     "DriveFormat": "17,640,648,704",

     "TotalFreeSpace": "17,640,648,704",

     "TotalSize": "479,344,558,080"

   }

]

Created with the Personal Edition of HelpNDoc: Create help files for the Qt Help Framework