Class: DatadogAPIClient::V2::MaintenanceWindowAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/maintenance_window_attributes.rb

Overview

Attributes of a maintenance window, including its schedule and the query that determines which cases are affected.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v2/models/maintenance_window_attributes.rb', line 42

def additional_properties
  @additional_properties
end

#created_byObject

The UUID of the user who created this maintenance window. Read-only.



25
26
27
# File 'lib/datadog_api_client/v2/models/maintenance_window_attributes.rb', line 25

def created_by
  @created_by
end

#end_atObject

The ISO 8601 timestamp when the maintenance window ends and normal notification behavior resumes.



28
29
30
# File 'lib/datadog_api_client/v2/models/maintenance_window_attributes.rb', line 28

def end_at
  @end_at
end

#nameObject

A human-readable name for the maintenance window (for example, Database migration - Dec 15).



31
32
33
# File 'lib/datadog_api_client/v2/models/maintenance_window_attributes.rb', line 31

def name
  @name
end

#queryObject

A case search query that determines which cases are affected during the maintenance window. Uses the same syntax as the Case Management search bar.



34
35
36
# File 'lib/datadog_api_client/v2/models/maintenance_window_attributes.rb', line 34

def query
  @query
end

#start_atObject

The ISO 8601 timestamp when the maintenance window begins and notifications start being suppressed.



37
38
39
# File 'lib/datadog_api_client/v2/models/maintenance_window_attributes.rb', line 37

def start_at
  @start_at
end

#updated_byObject

The UUID of the user who last modified this maintenance window. Read-only.



40
41
42
# File 'lib/datadog_api_client/v2/models/maintenance_window_attributes.rb', line 40

def updated_by
  @updated_by
end