Paramètres

Nom du paramètre Description
organization_id
requis

ID de l'organisation

Validations:

  • Must be a number.

included
requis

Validations:

  • Hash

included[search]
optionel , nil autorisé

Search string for hosts to perform an action on

Validations:

  • String

included[ids]
optionel , nil autorisé

List of host ids to perform an action on

Validations:

  • Must be an array of any type

excluded
requis

Validations:

  • Hash

excluded[ids]
optionel , nil autorisé

List of host ids to exclude and not run an action on

Validations:

  • Must be an array of any type

content_overrides
optionel

Array of Content override parameters

Validations:

  • Must be an Array of nested elements

content_overrides[content_label]
requis

Étiquette du contenu

Validations:

  • String

content_overrides[value]
optionel

Override value. Provide a boolean value if name is 'enabled'

Validations:

  • String

content_overrides[name]
optionel

Override key or name. Note if name is not provided the default name will be 'enabled'

Validations:

  • String

content_overrides[remove]
optionel

Set true to remove an override and reset it to 'default'

Validations:

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