Parametry

Nazwa parametru Opis
organization_id
wymagany

ID of the organization

Validations:

  • number.

included
wymagany

Validations:

  • Hash

included[search]
opcjonalny , nil dopuszczalny

Search string for hosts to perform an action on

Validations:

  • String

included[ids]
opcjonalny , nil dopuszczalny

List of host ids to perform an action on

Validations:

  • Must be an array of any type

excluded
wymagany

Validations:

  • Hash

excluded[ids]
opcjonalny , nil dopuszczalny

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

Validations:

  • Must be an array of any type

content_type
wymagany

The type of content. The following types are supported: 'package' and 'package_group.

Validations:

  • String

content
wymagany

List of content (e.g. package or package group names)

Validations:

  • Must be an array of any type

update_all
opcjonalny

Updates all packages on the host(s)

Validations:

  • boolean