v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBEnterprise Workloads Reports
View Alert History Report
Provides a view of alerts details of MSP customers as per severity and type. This API may be updated without any prior notification. Check the API documentation for the latest updates regularly.
post/msp/reporting/v1/reports/mspEWAlertHistory
Headers
Authorizationstring required
Specify the Bearer access token
Request body
Example request
{
"filters": {
"filterBy": [
{
"fieldName": "severity",
"operator": "EQUAL"
}
]
}
}Response
Success
Example response
{
"data": [
{
"customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"accountName": "Druva",
"customerName": "Druva",
"generated": "2023-06-05T08:22:48.968Z",
"description": "Backup failed",
"target": "WIN_R1",
"resolved": "3",
"alertType": "Jobs",
"severity": "Warning",
"lastUpdatedTime": "2023-06-06T08:22:48.968Z",
"organization": "Default Organization"
}
],
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}