DeadlineCloud / Client / update_monitor_settings

update_monitor_settings

DeadlineCloud.Client.update_monitor_settings(**kwargs)

Updates the settings for a Deadline Cloud monitor. Keys present in the request are upserted; keys absent are left unchanged. Send an empty string value to delete a key.

See also: AWS API Documentation

Request Syntax

response = client.update_monitor_settings(
    monitorId='string',
    settings={
        'string': 'string'
    }
)
Parameters:
  • monitorId (string) –

    [REQUIRED]

    The unique identifier of the monitor to update settings for.

  • settings (dict) –

    [REQUIRED]

    Monitor settings as key-value pairs. Keys present in the request are upserted; keys absent are left unchanged. Send an empty string value to delete a key.

    • (string) –

      • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • DeadlineCloud.Client.exceptions.AccessDeniedException

  • DeadlineCloud.Client.exceptions.InternalServerErrorException

  • DeadlineCloud.Client.exceptions.ResourceNotFoundException

  • DeadlineCloud.Client.exceptions.ThrottlingException

  • DeadlineCloud.Client.exceptions.ValidationException