Returns an array of disk volumes on the agent machine.
GET /assetmgmt/audit/{agentId}/hardware/diskvolumes
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"Drive": "string",
"Type": "string",
"Format": "string",
"FreeMBytes": 0,
"UsedMBytes": 0,
"TotalMBytes": 0,
"Label": "string"
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}