Get summary a scan

Get summary of specific scan of specific image in specific WL

Example: Get the summary of the scans which ran between 2020-11-24 09:37:45 AM and 2020-11-28 05:37:45 AM. { "since": "2020-11-24T09:37:45.633230367-05:00", //optional "until": "2020-11-28T05:37:45.633230937-05:00" //optional }

Get the summary of the specific scan { "innerFilters": [ { "containersScanID": "58d3d675462fe91f59844e5d8aea8cff347b681dbd2e93d2e96c7a6d1fd4e28d" } ] } Get only scan summaries which has more than 20 fixed high severity vulnerabilities { "innerFilters": [ { "severitiesStats.severity": "High", "severitiesStats.fixedTotal": "20|greater" } ] } Get only scan summaries which has more than 20 relevant high severity vulnerabilities { "innerFilters": [ { "severitiesStats.severity": "High", "severitiesStats.totalRelevant": "20|greater" } ] }

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required
Body Params

Generic pagination request body parameters

string
cursorV1
object
fieldsToUpdate
object

For PUT request, can be used to update only specific fields with specific values map of field name to new value

boolean

When true, the default sort order is ignored TODO: take it off, and use the default sort order when OrderBy is empty

innerFilters
array of objects

Which elements of the list to return, each field can hold multiple values separated by comma An empty map means "return the complete list"

innerFilters
string

How to order (sort) the list, field name + sort order (asc/desc), like https://www.w3schools.com/sql/sql_orderby.asp When empty, the default sort order is used. To disable the default sort order, set IgnoreDefaultSort to true

int64

One can leave it empty for 0, then call ValidatePageProperties

int64

properties of the requested next page Use ValidatePageProperties to set PageSize field

searchAfter
object
date-time
Defaults to since - begining og the time, until - now.
date-time
Response

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json