Verizon 5G Edge API Portal

vv1.0

DeviceGroupUpdateRequest

Make changes to a device group, including changing the name and description, and adding or removing devices.

DeviceGroupUpdateRequest

Make changes to a device group, including changing the name and description, and adding or removing devices.

Properties

NameTypeRequiredDescription
devicesToAddarrayNoZero or more devices to add to the device group, specified by device ID. The devices will be removed from their current device groups. You can use POST /devices/actions/list to get a list of all devices in the account.
devicesToRemovearrayNoZero or more devices to remove from the device group, specified by device ID. The devices will be added to the default device group.
newGroupDescriptionstringNoA new description for the device group. Do not include this parameter to leave the group description unchanged.
newGroupNamestringNoA new name for the device group. Do not include this parameter if you want to leave the group name unchanged.

On this page