Next Topic

Previous Topic

Book Contents

Get PCI and Disks

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

TypeId

int

TypeName

string

Vendor

string

Product

string

Note

string

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "TypeId": 0,
      "TypeName": "string",
      "Vendor": "string",
      "Product": "string",
      "Note": "string"
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}