Next Topic

Previous Topic

Book Contents

Add Machine Group

Adds a single machine group record to a specified organization.

POST /system/orgs/{orgId}/machinegroups

Headers

Model Schema

Field

Datatype

Filterable

Sortable

MachineGroupId

decimal

 

MachineGroupName

string

ParentMachineGroupId

decimal

 

OrgId

decimal

Attributes

object

 

Sample Request Model

    {
      "MachineGroupId": 0,
      "MachineGroupName": "string",
      "ParentMachineGroupId": 0,
      "OrgId": 0,
      "Attributes": {}
    }