...
[int[]]groupIds
: An array of[int] Id
values specifying the Group instances to be updated. The maximum number of items is limited to 100 by the server. Attempting to request more than the maximum allowed number of objects will cause an error, while passing an empty array will lead to an immediate empty response without an error.[string] hdx10Firmware
: A new value for the[string] HDX10Firmware
property of the specified Group instance(s).[string] hdx20Firmware
: A new value for the[string] HDX20Firmware
property of the specified Group instance(s).[string] hdx22Firmware
: A new value for the[string] HDX22Firmware
property of the specified Group instance(s).[string] xdx30Firmware
: A new value for the[string] XDX30Firmware
property of the specified Group instance(s).[string] xdx32Firmware
: A new value for the[string] XDX32Firmware
property of the specified Group instance(s).[string] 4kx42Firmware
: A new value for the[string] 4KX42Firmware
property of the specified Group instance(s).
A descriptive error will be returned if any of the following conditions occur:
...
[int] groupId
: The identifier of the Group instance to be deleted. If the[int] Id
value is negative, the method will immediately return False without an error. A descriptive error will be returned if the Group specified for deletion is reserved (i.e. the default “Unassigned” Group instance) or if the[int] Id
value is positive and does not correspond to an existing Group instance.[int] reassignmentGroupId
: The identifier of the Group instance to which affected devices should be reassigned. If this value is negative, the devices will be reassigned to the default “Unassigned” Group instance. If a Group instance with the specified positive[int] Id
does not exist, the method will return a descriptive error.
...