Add Agent Install Packages

Adds an agent install package record.

POST /assetmgmt/assets/packages

Headers

  • Authorization: Bearer {hash string returned from Authentication}

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 Request Model

{
  "PackageId": 0,
  "MachineGroupId": 0,
  "CopySettingsFromAgentId": 0,
  "AgentType": "string",
  "CommandLineSwitches": "string",
  "PackageName": "string",
  "PackageDescription": "string",
  "Attributes": {}
}