PUT - Group Devices
Update a single device in a group.
Parameters
service_provider_id (str): Service Provider or Enterprise ID where Group is located.
group_id (str): Group ID where target device is located.
device_name (str): Device name of target device.
updates (dict): Updates to apply to target device.
Returns
Dict: Python dictionary of the new state after updates have been applied.
How To Use:
Last updated
Was this helpful?