Get Bulk uninstall packages details

GET /api/fleet/epm/packages/_bulk_uninstall/{taskId}

[Required authorization] Route required privileges: integrations-all AND fleet-agent-policies-all.

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • error object

      Additional properties are NOT allowed.

      Hide error attribute Show error attribute object
    • results array[object]
      Hide results attributes Show results attributes object
      • error object

        Additional properties are NOT allowed.

        Hide error attribute Show error attribute object
      • name string Required
      • success boolean Required
    • status string Required
  • 400 application/json
    Hide response attributes Show response attributes object
GET /api/fleet/epm/packages/_bulk_uninstall/{taskId}
curl \
 --request GET 'https://localhost:5601/api/fleet/epm/packages/_bulk_uninstall/{taskId}' \
 --header "Authorization: $API_KEY"