Next Topic

Previous Topic

Book Contents

Create Agent Install Link for Machine Group

Creates an agent install package link for a machine group.

POST /agent/packagelink

Headers

Sample Minimum Body Data Required

{
  "PartitionId": 1,
  "MachineGroupName": "MyOrg.root"
}

Model Schema

Field

Datatype

Filterable

Sortable

PackageId

decimal

 

 

MachineGroupName

string

 

 

Sample Request Model

{
  "PartitionId": 0,
  "MachineGroupName": "string"
}