Class: Ansible::Ruby::Modules::Uptimerobot

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

Overview

This module will let you start and pause Uptime Robot Monitoring

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

#apikeyString

Returns Uptime Robot API key.

Returns:

  • (String)

    Uptime Robot API key.



20
# File 'lib/ansible/ruby/modules/generated/monitoring/uptimerobot.rb', line 20

attribute :apikey

#monitoridInteger

Returns ID of the monitor to check.

Returns:

  • (Integer)

    ID of the monitor to check.



16
# File 'lib/ansible/ruby/modules/generated/monitoring/uptimerobot.rb', line 16

attribute :monitorid

#state:started, :paused

Returns Define whether or not the monitor should be running or paused.

Returns:

  • (:started, :paused)

    Define whether or not the monitor should be running or paused.



12
# File 'lib/ansible/ruby/modules/generated/monitoring/uptimerobot.rb', line 12

attribute :state