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:
my_api.devices.put_service_provider_device_tag(
"servivce_provider_id",
"group_id",
"device_name",
tag_name= "tagName",
tag_value= "tagValue"
)
Last updated
Was this helpful?