Agent Disk Partitions
Returns the list of agent disk partitions.
GET/api/odata/1.0/AgentDiskPartitions
Model Schema
Field |
Datatype |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
[
{
"AgentId": "string",
"PartitionId": "string",
"PartitionName": "string",
"DiskIndex": 0,
"DiskType": "string",
"DiskSizeInBytes": 0,
"DiskFragmentationLevel": 0,
"IsPrimary": "s",
"IsBootable": "s",
"IsActiveBoot": "s"
}
]