Returns an array of disk drives and pci devices on the agent machine.
GET /assetmgmt/audit/{agentId}/hardware/pcianddisk
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
||
|
|
||
|
|
||
|
|
||
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"TypeId": 0,
"TypeName": "string",
"Vendor": "string",
"Product": "string",
"Note": "string"
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}