Get Disk Volumes
Returns an array of disk volumes on the agent machine.
GET /assetmgmt/audit/{agentId}/hardware/diskvolumes
- Accepts filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Authentication}
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"
}
