v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBEnterprise Workloads Reports
View Restore Activity Report
This report provides a comprehensive list of all restore operations performed for resources of the workloads configured within the organizations. This API may be updated without any prior notification. Check the API documentation for the latest updates regularly.
post/msp/reporting/v1/reports/mspEWRestoreActivity
Headers
Authorizationstring required
Specify the Bearer access token
Request body
Example request
{
"filters": {
"filterBy": [
{
"fieldName": "accountName",
"operator": "EQUAL"
}
]
}
}Response
Success
Example response
{
"data": [
{
"accountName": "Druva",
"customerName": "Druva",
"customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"lastUpdatedTime": "2023-06-04T10:05:18.493Z",
"ended": "2023-06-05T09:05:35.866Z",
"started": "2023-06-05T09:05:35.866Z",
"scheduled": "2023-06-05T09:05:35.866Z",
"jobID": 1011,
"workloads": "Files",
"details": "Restore completed successfully",
"status": "Successful",
"dataSelectedForRestore": "20971520",
"destinationServer": "server_12.16.73.21",
"source": "NA",
"restoreLocation": "/auto_restore_0WUZWS",
"administrativeGroup": "admin_org_2",
"organization": "org_2",
"sourceVMLocation": "NA"
}
],
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}