v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBEnterprise Workloads Reports
View Disaster Recovery Failback Activity Report
Provides details of the failback jobs triggered for the failed over EC2 instances in the organization 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/mspEWDisasterRecoveryFailbackActivity
Headers
Authorizationstring required
Specify the Bearer access token
Request body
Example request
{
"filters": {
"filterBy": [
{
"fieldName": "jobID",
"operator": "EQUAL"
}
]
}
}Response
Success
Example response
{
"data": [
{
"lastUpdatedTime": "2023-06-03T05:56:35.093Z",
"customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"accountName": "Druva",
"customerName": "Druva",
"ended": "2023-06-03T09:56:35.093Z",
"started": "2023-06-03T07:56:35.093Z",
"jobID": 1001,
"details": "Cancelled",
"destinationVCenterESXi": "112.16.15.111",
"organization": "org-1",
"drPlanName": "Lin"
}
],
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}