Next Topic

Previous Topic

Book Contents

Get Agent Install Packages

Returns an array of agent install package records.

GET /assetmgmt/assets/packages

Headers

Model Schema

Field

Datatype

Filterable

Sortable

PackageId

int

MachineGroupId

decimal

 

CopySettingsFromAgentId

decimal

 

AgentType

string: auto, windows, mac, null (for linux)

 

 

CommandLineSwitches

string

 

 

PackageName

string

PackageDescription

string

Sample Response Model


  "TotalRecords": 0,
  "Result": [
    {
      "PackageURL": "string",
      "PackageId": 0,
      "MachineGroupId": 0,
      "CopySettingsFromAgentId": 0,
      "AgentType": "string",
      "CommandLineSwitches": "string",
      "PackageName": "string",
      "PackageDescription": "string",
      "Attributes": {}
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}