PUT - Service Provider Device Tag
Update a single tag assigned to a device at the Service Provider or Enterprise level.
Parameters
service_provider_id (str): Service Provider or Enterprise ID where Group is located.
device_name (str): Device name of the target device.
tag_name (str): Name of the tag to add or update.
tag_value (str): Value of tag to add or update.
Returns
Dict: Python dictionary of the new state after updates have been applied.
How To Use:
Last updated
Was this helpful?