Returns one machine group record.
GET /system/machinegroups/{machineGroupId}
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"Result": [
{
"MachineGroupId": 0,
"MachineGroupName": "string",
"ParentMachineGroupId": 0,
"OrgId": 0,
"Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}