Summary - Organization
Mend API
Entities - Project
Policies - Project
CustomAttribute - Project
Alerts - Project
project-attribution-report-controller
Policies - Product
CustomAttribute - Product
Entities - Product
Settings - Whitelist
Settings - In-House
Policies - Organization
CustomAttribute - Organization
User Management - Groups
Entities - Organization
User Profile
Library - Product
User Management - Users
Update Request
Library - Organization
Access Management - Organizations
Access Management
General Info - Vulnerabilities
Library - Source Files
User Management - Roles And Permissions
Library - Project
Alerts - Product
General Info - Permissions
Vulnerable Libraries
Asynchronous Process Control
domain-controller
General Info - Licenses
product-attribution-report-controller
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": [ … ] } }