Updates a single machine group record.
PUT /system/machinegroups/{machineGroupId}
Headers
Sample Body Data
MachineGroupId
is required in the body of the message. Include additional fields and values to be updated.
{
"MachineGroupId":1,
"MachineGroupName":"Sales",
}
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Request Model
{
"MachineGroupId": 0,
"MachineGroupName": "string",
"ParentMachineGroupId": 0,
"OrgId": 0,
"Attributes": {}
}