Examples

PUT /api/hosts/bulk/release_version
{
  "included": {
    "ids": [
      980191288,
      980191289
    ]
  },
  "organization_id": 114267492,
  "release_version": "7.2",
  "hosts_bulk_action": {
    "included": {
      "ids": [
        980191288,
        980191289
      ]
    },
    "organization_id": 114267492,
    "release_version": "7.2"
  }
}
204

Params

Param name Description
organization_id
required

ID of the organization

Validations:

  • Must be a number.

included
required

Validations:

  • Hash

included[search]
optional , nil allowed

Search string for hosts to perform an action on

Validations:

  • String

included[ids]
optional , nil allowed

List of host ids to perform an action on

Validations:

  • Must be an array of any type

excluded
required

Validations:

  • Hash

excluded[ids]
optional , nil allowed

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

Validations:

  • Must be an array of any type

release_version
optional

content release version

Validations:

  • String