updateDeviceGroup Operation

With updateDeviceGroup operation you can update the configuration of an existing device group.

Request Parameters

authToken, deviceGroupName, description, groupType, enabled, deviceNames, changeNameTo

If deviceNames is empty, the group’s devices are unchanged. If deviceNames are specified, the group is updated to include the listed devices.

Response

deviceResponse (see deviceGroupResponse Type)

Example

To update the global CiscoACSGroup device group name to NewCiscoACSGroup:

updateDeviceGroup authstr “CiscoACSGroup” “CiscoACSDescription” “global” “yes” “” “NewCiscoACSGroup”