Params

Param Name Description
location_id
Optional

Scope by locations

Validations:

  • Must be a Integer

organization_id
Optional

Scope by organizations

Validations:

  • Must be a Integer

discovery_rule
Optional , <span class="translation_missing" title="translation missing: gl.apipie.nil_allowed">Nil Allowed</span>

Validations:

  • Must be a Hash

discovery_rule[name]
Required

represents rule name shown to the users

Validations:

  • Must be a String

discovery_rule[search]
Required

query to match discovered hosts for the particular rule

Validations:

  • Must be a String

discovery_rule[hostgroup_id]
Required

the hostgroup that is used to auto provision a host

Validations:

  • Must be a Integer

discovery_rule[hostname]
Optional , <span class="translation_missing" title="translation missing: gl.apipie.nil_allowed">Nil Allowed</span>

defines a pattern to assign human-readable hostnames to the matching hosts

Validations:

  • Must be a String

discovery_rule[max_count]
Optional , <span class="translation_missing" title="translation missing: gl.apipie.nil_allowed">Nil Allowed</span>

enables to limit maximum amount of provisioned hosts per rule

Validations:

  • Must be a Integer

discovery_rule[priority]
Optional , <span class="translation_missing" title="translation missing: gl.apipie.nil_allowed">Nil Allowed</span>

puts the rules in order, low numbers go first. Must be greater then zero

Validations:

  • Must be a Integer

discovery_rule[enabled]
Optional , <span class="translation_missing" title="translation missing: gl.apipie.nil_allowed">Nil Allowed</span>

flag is used for temporary shutdown of rules

Validations:

  • Must be one of: true, false, 1, 0.

discovery_rule[location_ids]
Required

location ID for provisioned hosts

Validations:

  • Must be an array of any type

discovery_rule[organization_ids]
Required

organization ID for provisioned hosts

Validations:

  • Must be an array of any type