Start a Facet Search on Processes (v2)
POST {{cb_url}}/api/investigate/v2/orgs/{{cb_org_key}}/processes/facet_jobs
Initiates a process facet search which generates statistics indicating the relative weighting of values for the specified terms. The results for the search may be requested using the job_id returned.
RBAC PERMISSIONS REQUIRED
Permission (.notation name) | Operation(s) |
---|---|
org.search.events | CREATE |
Request Body
{"criteria"=>"<object>", "exclusions"=>"<object>", "query"=>"<string>", "ranges"=>[{"bucket_size"=>"<object>", "end"=>"<object>", "field"=>"<string>", "start"=>"<object>"}], "terms"=>{"fields"=>["<string>"], "rows"=>"<long>"}, "time_range"=>{"end"=>"<string>", "start"=>"<string>", "window"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |