DeadlineCloud / Client / get_monitor_settings
get_monitor_settings¶
- DeadlineCloud.Client.get_monitor_settings(**kwargs)¶
Gets the settings for a Deadline Cloud monitor.
See also: AWS API Documentation
Request Syntax
response = client.get_monitor_settings( monitorId='string' )
- Parameters:
monitorId (string) –
[REQUIRED]
The unique identifier of the monitor. This ID is returned by the
CreateMonitoroperation, and is included in the response to theGetMonitoroperation.- Return type:
dict
- Returns:
Response Syntax
{ 'settings': { 'string': 'string' } }
Response Structure
(dict) –
settings (dict) –
Monitor settings as key-value pairs.
(string) –
(string) –
Exceptions
DeadlineCloud.Client.exceptions.AccessDeniedExceptionDeadlineCloud.Client.exceptions.InternalServerErrorExceptionDeadlineCloud.Client.exceptions.ResourceNotFoundExceptionDeadlineCloud.Client.exceptions.ThrottlingExceptionDeadlineCloud.Client.exceptions.ValidationException