Class: Ansible::Ruby::Modules::Datadog_event

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/monitoring/datadog_event.rb

Overview

Allows to post events to Datadog (www.datadoghq.com) service. Uses docs.datadoghq.com/api/#events API.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#aggregation_keyObject?



49
# File 'lib/ansible/ruby/modules/generated/monitoring/datadog_event.rb', line 49

attribute :aggregation_key

#alert_type:error, ...



45
# File 'lib/ansible/ruby/modules/generated/monitoring/datadog_event.rb', line 45

attribute :alert_type

#api_keyString



13
# File 'lib/ansible/ruby/modules/generated/monitoring/datadog_event.rb', line 13

attribute :api_key

#app_keyString



17
# File 'lib/ansible/ruby/modules/generated/monitoring/datadog_event.rb', line 17

attribute :app_key

#date_happenedString?



29
# File 'lib/ansible/ruby/modules/generated/monitoring/datadog_event.rb', line 29

attribute :date_happened

#hostString?



37
# File 'lib/ansible/ruby/modules/generated/monitoring/datadog_event.rb', line 37

attribute :host

#priority:normal, ...



33
# File 'lib/ansible/ruby/modules/generated/monitoring/datadog_event.rb', line 33

attribute :priority

#tagsArray<String>, ...



41
# File 'lib/ansible/ruby/modules/generated/monitoring/datadog_event.rb', line 41

attribute :tags

#textString



25
# File 'lib/ansible/ruby/modules/generated/monitoring/datadog_event.rb', line 25

attribute :text

#titleString



21
# File 'lib/ansible/ruby/modules/generated/monitoring/datadog_event.rb', line 21

attribute :title

#validate_certs:yes, ...



52
# File 'lib/ansible/ruby/modules/generated/monitoring/datadog_event.rb', line 52

attribute :validate_certs