Class: DatadogAPIClient::V2::MaintenanceWindowAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MaintenanceWindowAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_by ⇒ Object
The UUID of the user who created this maintenance window.
-
#end_at ⇒ Object
readonly
The ISO 8601 timestamp when the maintenance window ends and normal notification behavior resumes.
-
#name ⇒ Object
readonly
A human-readable name for the maintenance window (for example,
Database migration - Dec 15). -
#query ⇒ Object
readonly
A case search query that determines which cases are affected during the maintenance window.
-
#start_at ⇒ Object
readonly
The ISO 8601 timestamp when the maintenance window begins and notifications start being suppressed.
-
#updated_by ⇒ Object
The UUID of the user who last modified this maintenance window.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_by ⇒ Object
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_at ⇒ Object
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 |
#name ⇒ Object
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 |
#query ⇒ Object
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_at ⇒ Object
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_by ⇒ Object
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 |