device_groups
📄️ Manually add a device to a (static or hybrid) group. Returns 409 if the group is purely dynamic.
Manually add a device to a (static or hybrid) group. Returns 409 if the group is purely dynamic.
📄️ Create a new DeviceGroup. Static groups have manual members; dynamic groups evaluate auto_assignment_rules.matchLabels a
Create a new DeviceGroup. Static groups have manual members; dynamic groups evaluate auto_assignment_rules.matchLabels at query time.
📄️ List DeviceGroups in the caller's org.
List DeviceGroups in the caller's org.
📄️ Fetch a single DeviceGroup. Powers the group detail page.
Fetch a single DeviceGroup. Powers the group detail page.
📄️ Partial update of a DeviceGroup. Changing auto_assignment_rules re-evaluates membership.
Partial update of a DeviceGroup. Changing auto_assignment_rules re-evaluates membership.
📄️ List the devices that are members of a group. Static membership is direct; dynamic is re-evaluated at query time.
List the devices that are members of a group. Static membership is direct; dynamic is re-evaluated at query time.
📄️ Remove a manual member from a group. Has no effect on dynamic members (which are recomputed from rules).
Remove a manual member from a group. Has no effect on dynamic members (which are recomputed from rules).