Adds a single machine group record to a specified organization.
POST /system/orgs/{orgId}/machinegroups
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Request Model
{
"MachineGroupId": 0,
"MachineGroupName": "string",
"ParentMachineGroupId": 0,
"OrgId": 0,
"Attributes": {}
}