v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBEnterprise Workloads Reports
View Backup Activity Report
Provides a comprehensive list of all backup operations performed for resources of the workloads configured in the organizations of the MSP customers. This API may be updated without any prior notification. Check the API documentation for the latest updates regularly.
post/msp/reporting/v1/reports/mspEWBackupActivity
Headers
Authorizationstring required
Specify the Bearer access token
Request body
Example request
{
"filters": {
"filterBy": [
{
"fieldName": "jobID",
"operator": "EQUAL"
}
]
}
}Response
Success
Example response
{
"data": [
{
"customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"accountName": "Druva",
"customerName": "Druva",
"lastUpdatedTime": "2023-06-04T10:05:18.493Z",
"ended": "2023-06-04T01:05:18.493Z",
"started": "2023-06-04T03:05:18.493Z",
"scheduled": "2023-06-05T10:05:18.493Z",
"jobID": 668,
"workloads": "Files",
"status": "Successful",
"backupPolicy": "BackupPolicy1org2",
"backupType": "Full",
"resourceType": "SQL Standalone Instance",
"vm": "NA",
"backupMethod": "Incremental",
"backupContent": "Backup Folders: ['E:\\backup\\File31']",
"scanType": "Full",
"backupMountName": "NA",
"backupSet": "WIN-L8HL4FNA0KB#bset2",
"administrativeGroup": "group-1",
"organization": "org-1",
"details": "Backup completed successfully",
"deviceName": "NA",
"configurationMode": "NA"
}
],
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}