v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBCyber Resilience Reports
View Data Protection Risk Report
Returns connection status of Enterprise workload agents to the cloud for MSP customers.
post/msp/reporting/v1/reports/mspDGDataProtectionRisk
Headers
Authorizationstring required
Specify the Bearer access token
Request body
Example request
{
"filters": {
"filterBy": [
{
"fieldName": "workloadName",
"operator": "EQUAL"
}
]
}
}Response
Success
Example response
{
"data": [
{
"customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"accountName": "Druva",
"customerName": "Druva",
"organization": "custom-org",
"workloadName": "Files",
"workloadAgent": "device123",
"disconnectedFromCloudSince": "2023-04-28T10:57:51.000Z",
"lastUpdatedTime": "2023-04-28T10:57:51.000Z",
"vCenterESXiHosts": "centerhost123",
"connectionStatusToVCenter": "Disconnected"
}
],
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}