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

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

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

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

Constructor Details

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

Instance Method Details

#aggregation_keyObject?

Returns An arbitrary string to use for aggregation.

Returns:

  • (Object, nil)

    An arbitrary string to use for aggregation.



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

attribute :aggregation_key

#alert_type:error, ...

Returns Type of alert.

Returns:

  • (:error, :warning, :info, :success, nil)

    Type of alert.



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

attribute :alert_type

#api_keyObject

Returns Your DataDog API key.

Returns:

  • (Object)

    Your DataDog API key.



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

attribute :api_key

#date_happenedString?

Returns POSIX timestamp of the event.,Default value is now.

Returns:

  • (String, nil)

    POSIX timestamp of the event.,Default value is now.



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

attribute :date_happened

#priority:normal, ...

Returns The priority of the event.

Returns:

  • (:normal, :low, nil)

    The priority of the event.



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

attribute :priority

#tagsObject?

Returns Comma separated list of tags to apply to the event.

Returns:

  • (Object, nil)

    Comma separated list of tags to apply to the event.



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

attribute :tags

#textObject

Returns The body of the event.

Returns:

  • (Object)

    The body of the event.



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

attribute :text

#titleObject

Returns The event title.

Returns:

  • (Object)

    The event title.



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

attribute :title

#validate_certs:yes, ...

Returns If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.

Returns:

  • (:yes, :no, nil)

    If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.



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

attribute :validate_certs