Panorama / Client / update_device_metadata
update_device_metadata#
- Panorama.Client.update_device_metadata(**kwargs)#
Updates a device’s metadata.
See also: AWS API Documentation
Request Syntax
response = client.update_device_metadata( Description='string', DeviceId='string' )
- Parameters:
Description (string) – A description for the device.
DeviceId (string) –
[REQUIRED]
The device’s ID.
- Return type:
dict
- Returns:
Response Syntax
{ 'DeviceId': 'string' }
Response Structure
(dict) –
DeviceId (string) –
The device’s ID.
Exceptions
Panorama.Client.exceptions.ConflictException
Panorama.Client.exceptions.ValidationException
Panorama.Client.exceptions.AccessDeniedException
Panorama.Client.exceptions.ResourceNotFoundException
Panorama.Client.exceptions.InternalServerException