Skip to content

Instantly share code, notes, and snippets.

@jlsherrill
Created February 16, 2015 18:35
Show Gist options
  • Save jlsherrill/99fd4e20964239b8549e to your computer and use it in GitHub Desktop.
Save jlsherrill/99fd4e20964239b8549e to your computer and use it in GitHub Desktop.
Bulk task searching

POST /foreman_tasks/api/tasks/bulk_search

{
  "searches" : [   
    { 
      "type": "all",
      "resource_type": "Organization", 
       "resource_id": 1,
      "action_types": "Actions::Katello::ContentView::IncrementalUpdates",
      "active_only" : true,      
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment