With updateDeviceGroupRemote operation you can update the configuration of an existing device group on a managed TIBCO LogLogic Appliance from a Management Station.
Request Parameters
authToken, applianceIP, 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.
Example
To update the global CiscoACSGroup device group name on TIBCO LogLogic Appliance 10.1.20.200 to NewCiscoACSGroup:
updateDeviceGroupRemote authstr 10.1.20.200 “CiscoACSGroup” “CiscoACSDescription” “global” “yes” “” “NewCiscoACSGroup”