DeadlineCloud / Client / update_monitor

update_monitor#

DeadlineCloud.Client.update_monitor(**kwargs)#

Modifies the settings for a Deadline Cloud monitor. You can modify one or all of the settings when you call UpdateMonitor.

See also: AWS API Documentation

Request Syntax

response = client.update_monitor(
    displayName='string',
    monitorId='string',
    roleArn='string',
    subdomain='string'
)
Parameters:
  • displayName (string) – The new value to use for the monitor’s display name.

  • monitorId (string) –

    [REQUIRED]

    The unique identifier of the monitor to update.

  • roleArn (string) – The Amazon Resource Name (ARN) of the new IAM role to use with the monitor.

  • subdomain (string) – The new value of the subdomain to use when forming the monitor URL.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions