Class: ZabbixApi::Events
Instance Method Summary collapse
-
#indentify ⇒ String
The id field name used for identifying specific Event objects via Zabbix API.
-
#method_name ⇒ String
The method name used for interacting with Events via Zabbix API.
Methods inherited from Basic
#add, #all, #create, #create_or_update, #default_options, #delete, #destroy, #dump_by_id, #get, #get_full_data, #get_id, #get_or_create, #get_raw, #hash_equals?, #initialize, #key, #keys, #log, #merge_params, #normalize_array, #normalize_hash, #parse_keys, #symbolize_keys, #update
Constructor Details
This class inherits a constructor from ZabbixApi::Basic
Instance Method Details
#indentify ⇒ String
The id field name used for identifying specific Event objects via Zabbix API
13 14 15 |
# File 'lib/zabbixapi/classes/events.rb', line 13 def indentify 'name' end |
#method_name ⇒ String
The method name used for interacting with Events via Zabbix API
6 7 8 |
# File 'lib/zabbixapi/classes/events.rb', line 6 def method_name 'event' end |