Class: Ansible::Ruby::Modules::Uptimerobot
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Uptimerobot
- Defined in:
- lib/ansible/ruby/modules/generated/extras/monitoring/uptimerobot.rb
Overview
This module will let you start and pause Uptime Robot Monitoring
Instance Method Summary collapse
-
#apikey ⇒ String
Uptime Robot API key.
-
#monitorid ⇒ String
ID of the monitor to check.
-
#state ⇒ :started, :paused
Define whether or not the monitor should be running or paused.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#apikey ⇒ String
Returns Uptime Robot API key.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/uptimerobot.rb', line 19 attribute :apikey |
#monitorid ⇒ String
Returns ID of the monitor to check.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/uptimerobot.rb', line 15 attribute :monitorid |
#state ⇒ :started, :paused
Returns Define whether or not the monitor should be running or paused.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/uptimerobot.rb', line 11 attribute :state |