Skip to main content

AddObjPartition

Description

Usage

Request parametersPOST
URL/iapi/v1/AddObjPartition?session=
datanone

Parameters

NameTypeParameter mandatoryDescription
part
nIndex
strDevice
strMountpoint
update

Response

NameTypeDescription

Examples

https://192.168.100.161:16445/iapi/v1/AddObjPartition?session=c1782caf-b670-42d8-ba90-2244d0b0ee83
data:
{
"part":
​ {
​ "nIndex": 1,
​ "strDevice": "C:",
​ "strMountpoint": "C:"
​ },
"update": false
}

response:
{
"code": "HPRO_CODE_OK",
"msg": "Success"
}