PUT /api/hosts/bulk/content_overrides
{
"included": {
"ids": [
980191179,
980191180
]
},
"organization_id": 114267492,
"subscriptions": [
{
"id": 128914721,
"quantity": 1
}
],
"hosts_bulk_action": {
"included": {
"ids": [
980191179,
980191180
]
},
"organization_id": 114267492,
"subscriptions": [
{
"id": 128914721,
"quantity": 1
}
]
}
}
204
| Param name | Description |
|---|---|
|
organization_id
required |
ID of the organization Validations:
|
|
included
required |
Validations:
|
|
included[search]
optional , nil allowed |
Search string for hosts to perform an action on Validations:
|
|
included[ids]
optional , nil allowed |
List of host ids to perform an action on Validations:
|
|
excluded
required |
Validations:
|
|
excluded[ids]
optional , nil allowed |
List of host ids to exclude and not run an action on Validations:
|
|
subscriptions
required |
Array of subscriptions to add Validations:
|
|
subscriptions[id]
required |
Subscription Pool id Validations:
|
|
subscriptions[quantity]
required |
Quantity of this subscriptions to add Validations:
|