Start a Process Summary Search (v2)
POST {{cb_url}}/api/investigate/v2/orgs/{{cb_org_key}}/processes/summary_jobs
Note: This call is for *preview only** and may be subject to unannounced updates.*
Creates a process summary job. The summary will include information about the given process including its children, parents, and siblings. The results for the search job may be requested using the job_id returned.
RBAC PERMISSIONS REQUIRED
Permission (.notation name) | Operation(s) |
---|---|
org.search.events | READ |
Request Body
{"parent_guid"=>"<string>", "process_guid"=>"<string>", "time_range"=>{"end"=>"<string>", "start"=>"<string>", "window"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |