Параметры

Имя параметра Описание
organization_id
обязательно

Идентификатор организации

Validations:

  • number.

included
обязательно

Validations:

  • Hash

included[search]
необязательно , nil разрешен

Search string for hosts to perform an action on

Validations:

  • String

included[ids]
необязательно , nil разрешен

List of host ids to perform an action on

Validations:

  • Must be an array of any type

excluded
обязательно

Validations:

  • Hash

excluded[ids]
необязательно , nil разрешен

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

Validations:

  • Must be an array of any type

content_overrides
необязательно

Array of Content override parameters

Validations:

  • Must be an Array of nested elements

content_overrides[content_label]
обязательно

Метка содержимого

Validations:

  • String

content_overrides[value]
необязательно

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

Validations:

  • String

content_overrides[name]
необязательно

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

Validations:

  • String

content_overrides[remove]
необязательно

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

Validations:

  • boolean