Get CVEs
GET {{baseUrl}}/web/api/v2.1/installed-applications/cves?updatedAt__gt=ex&updatedAt__lt=ex&createdAt__lt=ex&cveIds=ex&skip=ex&sortOrder=ex&createdAt__lte=ex&ids=ex&createdAt__gte=ex&updatedAt__lte=ex&siteIds=ex&sortBy=ex&groupIds=ex&limit=ex&accountIds=ex&cursor=ex&updatedAt__gte=ex&skipCount=ex&countOnly=ex&applicationIds=ex&createdAt__gt=ex
Get known CVEs for applications that are installed on endpoints with Application Risk-enabled Agents.
Application Risk requires Complete SKU. This feature is in EA. To join the EA program, contact your SentinelOne Sales Rep.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
updatedAt__gt | string | Updated at greater than. Example: "2018-02-27T04:49:26.257525Z". | |
updatedAt__lt | string | Updated at lesser than. Example: "2018-02-27T04:49:26.257525Z". | |
createdAt__lt | string | Created at lesser than. Example: "2018-02-27T04:49:26.257525Z". | |
cveIds | string | Filter by global CVE ids. Example: "CVE-2018-3182,CVE-2018-1087". | |
skip | string | Skip first number of items (0-1000). To iterate over more than 1000 items, use "cursor". Example: "150". | |
sortOrder | string | Sort direction. Example: "asc". | |
createdAt__lte | string | Created at lesser or equal than. Example: "2018-02-27T04:49:26.257525Z". | |
ids | string | Filter by internal CVE IDs. Example: "225494730938493804,225494730938493915". | |
createdAt__gte | string | Created at greater or equal than. Example: "2018-02-27T04:49:26.257525Z". | |
updatedAt__lte | string | Updated at lesser or equal than. Example: "2018-02-27T04:49:26.257525Z". | |
siteIds | string | List of Site IDs to filter by. Example: "225494730938493804,225494730938493915". | |
sortBy | string | The column to sort the results by. Example: "id". | |
groupIds | string | List of Group IDs to filter by. Example: "225494730938493804,225494730938493915". | |
limit | string | Limit number of returned items (1-1000). Example: "10". | |
accountIds | string | List of Account IDs to filter by. Example: "225494730938493804,225494730938493915". | |
cursor | string | Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: "YWdlbnRfaWQ6NTgwMjkzODE=". | |
updatedAt__gte | string | Updated at greater or equal than. Example: "2018-02-27T04:49:26.257525Z". | |
skipCount | string | If true, total number of items will not be calculated, which speeds up execution time. | |
countOnly | string | If true, only total number of items will be returned, without any of the actual objects. | |
applicationIds | string | Filter by application IDs. Example: "225494730938493804,225494730938493915". | |
createdAt__gt | string | Created at greater than. Example: "2018-02-27T04:49:26.257525Z". |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | null |