参数

参数名字 描述
organization_id
必填

机构 ID

Validations:

  • Must be a number.

included
必填

Validations:

  • Hash

included[search]
选填 , 允许空值

Search string for hosts to perform an action on

Validations:

  • String

included[ids]
选填 , 允许空值

List of host ids to perform an action on

Validations:

  • Must be an array of any type

excluded
必填

Validations:

  • Hash

excluded[ids]
选填 , 允许空值

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:

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