Params

Param name Description
host_id
required

Host ID

Validations:

  • Must be a number.

errata_ids
optional

List of Errata ids to install

Validations:

  • Must be an array of any type

included
required

Errata to exclusively include in the action

Validations:

  • Hash

included[search]
optional , nil allowed

Search string for erratum to perform an action on

Validations:

  • String

included[ids]
optional , nil allowed

List of errata ids to perform an action on, (ex: RHSA-2019:1168)

Validations:

  • Must be an array of any type

excluded
required

Errata to explicitly exclude in the action. All other applicable errata will be included in the action, unless an included parameter is passed as well.

Validations:

  • Hash

excluded[ids]
optional , nil allowed

List of errata ids to exclude and not run an action on, (ex: RHSA-2019:1168)

Validations:

  • Must be an array of any type