Next Topic

Previous Topic

Book Contents

Get Printers

Returns an array of printers and ports configured on an agent machine.

GET /assetmgmt/audit/{agentId}/hardware/printers

Headers

Model Schema

Field

Datatype

Filterable

Sortable

PrinterName

string

Port

string

Model

string

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "PrinterName": "string",
      "Port": "string",
      "Model": "string"
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}