v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBEnterprise Workloads Reports
View Disaster Recovery Replication Activity Report
Provides a consolidated view of DR restore job completion summary as per status and details of all replications of 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/mspEWDisasterRecoveryReplicationActivity
Headers
Authorizationstring required
Specify the Bearer access token
Request body
Example request
{
"filters": {
"filterBy": [
{
"fieldName": "lastUpdatedTime",
"operator": "GTE"
}
]
}
}Response
Success
Example response
{
"data": [
{
"customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"accountName": "Druva",
"customerName": "Druva",
"lastUpdatedTime": "2023-06-05T08:37:28.593Z",
"ended": "2023-06-04T01:37:28.593Z",
"started": "2023-06-04T08:37:28.593Z",
"scheduled": "2023-06-05T09:37:28.593Z",
"jobID": 101,
"details": "Update DR Copy Successfully",
"status": "Failed",
"vm": "Windows_2K12_uefi_R2",
"drPlanName": "Lin",
"organization": "Default Organization"
}
],
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}