v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBEndpoints Reports
View storage alerts of MSP customers
This report provides storage alert details of customers of MSP. This API may be updated without any prior notification. Check the API documentation for the latest updates regularly.
post/msp/reporting/v1/reports/mspEPStorageAlert
Headers
Authorizationstring required
Specify the Bearer access token
Request body
Example request
{
"filters": {
"filterBy": [
{
"fieldName": "entity",
"operator": "EQUAL"
}
]
}
}Response
Success
Example response
{
"data": [
{
"customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"accountName": "Druva",
"customerName": "Druva",
"lastUpdatedTime": "2023-06-01T13:30:41.951Z",
"entity": "Administrator",
"alertDetails": "Low Storage Space Available",
"firstOccurrence": "2023-06-01T13:30:41.951Z",
"latestOccurrence": "2023-06-01T13:30:41.951Z",
"active": "Yes"
}
],
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}