File Integrity Monitoring Release 4.8.1 API
September 01, 2025
Before understanding the API release highlights, learn more about the API server URL to be used in your API requests by referring to the Know Your Qualys API Server URL section. For this API Release Notes, <qualys_base_url> is mentioned in the sample API requests.
Enhanced APIs with New QQL Search Tokens
As a part of QQL token standardization, we have renamed common and CAR-specific tokens. The standardization helps reuse and customize the QQL queries across all Qualys applications, leading to a consistent user experience. The standardized tokens make it easier to copy and reuse the search query from one application to another, eliminating the need to remember multiple token names for different applications and similar searches.
For more information on QQL Token Standardization, refer to Implementation of QQL Token Standardization.
The following table provides the FIM APIs, where the standardized token names can be used in the API request to filter the response:
API Name | API Endpoint |
---|---|
Fetch Events API | POST /fim/v2/events/search |
Get Event Count API | POST /fim/v2/events/count |
Fetch Event Details API | GET /fim/v2/events/{eventId} |
Fetch Ignored Events API | POST /fim/v2/events/ignore/search |
Get Ignored Events Counts API | POST /fim/v2/events/ignore/count |
Fetch Ignored Event Details API | GET /fim/v2/events/ignore/{ignoredEventId} |
Fetch Incident Count API | POST /fim/v2/incidents/count |
Fetch Incidents API | POST /fim/v3/incidents/search |
Get Event Count for an Incident API | POST /fim/v2/incidents/{incidentId}/events/count |
Fetch Events for an Incident API | POST /fim/v2/incidents/{incidentId}/events/search |
Fetch all Alert Actions API | POST /fim/v3/alert/actions/search |
Fetch Alert Actions for an Action ID API | GET /fim/v3/alert/actions/{actionId} |
Fetch Alert Rules API | POST /fim/v3/alert/rules/search |
Fetch Details for Alert Rule API | GET /fim/v3/alert/rules/{ruleId} |
Fetch the Generated Alerts for FIM API | POST /fim/v3/alert/activities/search |
Count Number of Alerts Generated for FIM API | POST /fim/v3/alert/activities/count |
Fetch all Correlation Rules API | POST /fim/v3/autocorrelation/rules/search |
Fetch Correlation Rule Details for a Particular Rule ID API | GET /fim/v3/autocorrelation/rules/{autoCorrelationRuleId} |
Fetch the Count of Correlation Rules API | POST /fim/v3/autocorrelation/rules/count |
Search a Profile API | POST /fim/v3/profiles/search |
List the Profile Categories API | POST /fim/v3/categories/search |
Search Assets API | POST /fim/v3/assets/search |
Count the Assets API | POST /fim/v3/assets/count |