Added
Project API 1.7.0 Update
9 days ago by Andrew Yasso
This release increases support for searching and filtering for assets in projects. The changes aim to increase functionality and support capabilities required for an upcoming UI release, however also add capability from an API centric standpoint as well.
New features
- The
_searchendpoint filtering capabilities have been increased to support the new fields:name,static_asset,last_scanned_at, andregistry- The
referenced_ipfilter has been extended to supportcontains
- The
- A new
POST/filtersendpoint has been added, which returns filters in an identical way as theGETendpoint- This endpoint adds the ability to add filters the same way as for the
_searchendpoint. This enables the ability to show accurate filter options and counts when assets are filtered
- This endpoint adds the ability to add filters the same way as for the
- The
GETandPOST/filtersendpoints have been extended to support the new fields:name,static_asset,technology_name,last_scanned_atandregistry - A new filter option called
quick_searchhas been added to the_searchendpoint, see example below. This fields allows for wildcard searches for assets across the fieldsname,ip, andtechnology{"quick_search": {"search": <VALUE>}}
Other updates
- Validation has been added for cursor input for the
/rulesendpoints
