Sha256: b1c3ee78df02b4bd243926a935d02029b5e3c4cea9d0d7fbe60491d10fb3d9e8
Contents?: true
Size: 474 Bytes
Versions: 14
Compression:
Stored size: 474 Bytes
Contents
object @discovery_rule extends "api/v2/discovery_rules/base" attributes :name, :enabled, :hostgroup_id, :hostgroup_name, :hostname, :priority, :search attribute :max_count => :hosts_limit child :hosts do extends "api/v2/discovered_hosts/base" end if SETTINGS[:organizations_enabled] child :organizations => :organizations do attributes :id, :name end end if SETTINGS[:locations_enabled] child :locations => :locations do attributes :id, :name end end
Version data entries
14 entries across 14 versions & 1 rubygems