Bulk rollback packages
Spaces method and path for this operation:
post /s/{space_id}/api/fleet/epm/packages/_bulk_rollback
Refer to Spaces for more information.
[Required authorization] Route required privileges: integrations-all AND fleet-agent-policies-all.
POST
/api/fleet/epm/packages/_bulk_rollback
curl \
--request POST 'https://localhost:5601/api/fleet/epm/packages/_bulk_rollback' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: true" \
--data '{"packages":[{"name":"system"}]}'
Request example
{
"packages": [
{
"name": "system"
}
]
}
Response examples (200)
{
"taskId": "taskId"
}
Response examples (400)
{
"message": "Bad Request"
}