Skip to main content

GetDiskPartitions

Description

Usage

Request parametersGET
URL/iapi/v1/GetDiskPartitions?session=
datanone

Parameters

NameTypeParameter mandatoryDescription
session

Response

NameTypeDescription

Examples

https://192.168.100.161:16445/iapi/v1/GetDiskPartitions?session=c1782caf-b670-42d8-ba90-2244d0b0ee83
response:
{
"code": "HPRO_CODE_OK",
"msg": "Success",
"result": {
"part": [
{
"strDevice": "C:\\",
"strPath": "C:\\",
"bTotal": "607003",
"bFree": "462242",
"bReadOnly": false,
"bSystem": true,
"bBoot": true,
"strSerial": "WD-WX22D91RRTSY",
"strSerialFull": "WDC WD22EJRX-89BEMY0_WD-WX22D91RRTSY",
"strFileSystem": "NTFS"
},
{
"strDevice": "D:\\",
"strPath": "D:\\",
"bTotal": "1299998",
"bFree": "1296834",
"bReadOnly": false,
"bSystem": false,
"bBoot": false,
"strSerial": "WD-WX22D91RRTSY",
"strSerialFull": "WDC WD22EJRX-89BEMY0_WD-WX22D91RRTSY",
"strFileSystem": "NTFS"
},
{
"strDevice": "E:\\",
"strPath": "E:\\",
"bTotal": "1907711",
"bFree": "1757713",
"bReadOnly": false,
"bSystem": false,
"bBoot": false,
"strSerial": "WFL51MWQ",
"strSerialFull": "ST2000DM008-2FR102_WFL51MWQ",
"strFileSystem": "NTFS"
}
]
}
}