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 CreateMonitor operation, and is included in the response to the GetMonitor operation.

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.AccessDeniedException

  • DeadlineCloud.Client.exceptions.InternalServerErrorException

  • DeadlineCloud.Client.exceptions.ResourceNotFoundException

  • DeadlineCloud.Client.exceptions.ThrottlingException

  • DeadlineCloud.Client.exceptions.ValidationException