Add Machine Group
Adds a single machine group record to a specified organization.
POST /system/orgs/{orgId}/machinegroups
- Does not accepts filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Auth}
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
||
|
|
|
|
|
|
||
|
|
|
|
Sample Request Model
{
"MachineGroupId": 0,
"MachineGroupName": "string",
"ParentMachineGroupId": 0,
"OrgId": 0,
"Attributes": {}
}