SCA API 2.0
/- Get Organization Scan Count Per Agent.
Get Organization Vulnerable Libraries Count By Projects
Get Organization Libraries Count By Projects.
Get Organization In-House Libraries Count By Projects.
Get Organization Vulnerable Libraries Count By Products
Get Organization Libraries Count By Products.
Get Organization In-House Libraries Count By Products.
Get Libraries Count Per License
Get Libraries Count By Language
Get Vulnerability Alerts Count Per Effective Usage Status.
Get Organization Alert Type Summaries
Get Organization Alert Count Per Severity
Get Organization Scan Cou...
Returns the total number of scans in selected period and a breakdown per agent. The selected period cannot have start date older 30 days before the current date. Also selected period cannot be greater than 30 days
Security
bearer-key
Filter your search to return items whose property has a specific value. Use the syntax: property:operation:value where a colon (:) separates between property, operation and value.
- Property: the name of the property of the item
- Operation:
- between - true if the value is inside a range. Syntax: lowest value comma (,) highest value. E.g. between:2019-05-01,2019-06-01
- Value: the value of the property.
This endpoint supports filtering on this property:
- date:between:date1,date2. E.g. between:2019-05-10,2019-06-01. Difference between dates cannot be greater than 30 days
GET
curl -i -X GET \
'https://api-saas.mend.io/api/v2.0/orgs/{orgToken}/summary/scanCountPerAgent?search=%7Bsearch%7D' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "supportToken": "1171c60d", "retVal": { "totalCount": 20, "agents": [ … ] } }