Process Search
GET {{cb_url}}/api/v1/process?q=chrome.exe&rows=1&start=0&sort=&facet=false&facet.field=process_name&facet.field=hostname&facet.field=process_md5
Process search. Parameters passed as a query string.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | string | REQUIRED Query string. Accepts the same data as the search box on the Process Search page. | |
rows | number | OPTIONAL Return this many rows, 10 by default. | |
start | number | OPTIONAL Start at this row, 0 by default. | |
sort | null | OPTIONAL Sort rows by this field and order. last_update desc by default. | |
facet | boolean | OPTIONAL Return facet results. โfalseโ by default, set to โtrueโ for facets. | |
facet.field | string | OPTIONAL facet field name to return. Multiple facet.field parameters can be specified in a query. | |
facet.field | string | OPTIONAL facet field name to return. Multiple facet.field parameters can be specified in a query. | |
facet.field | string | OPTIONAL facet field name to return. Multiple facet.field parameters can be specified in a query. | |
cb.comprehensive_search | null | OPTIONAL if set to true, CB will automatically fix the query and insert joins to make it comprehensive (reducing performance) | |
cb.facet.fuzzy | null | OPTIONAL if set to true, enable fuzzy faceting for performance (default is set in the cb.conf file) | |
cb.group | null | OPTIONAL group by a field name. For example, if query parameter cb.group=id, search will return one result per process | |
cb.urlver | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |