---
title: "View Data Protection Risk Report"
method: POST
path: "/msp/reporting/v1/reports/mspDGDataProtectionRisk"
tags: ["Cyber Resilience Reports"]
---

# View Data Protection Risk Report

`POST /msp/reporting/v1/reports/mspDGDataProtectionRisk`

Returns connection status of Enterprise workload agents to the cloud for MSP customers.

## Headers

- `Authorization` string, required

## Request body

- object
  - `filters` object
    - `pageSize` integer — Specify the maximum number of records that should returned in a response. Maximum limit is 500 records. Default pageSize is 100.
    - `filterBy` object[] — Select the filters to be applied to the report.
      - `fieldName` 'customerGlobalId' | 'accountName' | 'customerName' | 'organization' | 'workloadName' | 'workloadAgent' | 'connectionStatusToCloud' | 'disconnectedFromCloudSince' | 'lastUpdatedTime' | 'vCenterESXiHosts' | 'connectionStatusToVCenter' — Specify the name of the filter.
      - `operator` 'EQUAL' | 'GT' | 'GTE' | 'LT' | 'LTE' | 'CONTAINS' | 'NOTEQUAL' — The operators that are supported for the filter are - EQUAL, NOTEQUAL, CONTAINS, LT (less-than), LTEQ (less-than-or-equal), GT (greater-than), GTEQ (greater-than-or-equal).
      - `value` union — Specify the value of the filter applied to the report..
        - string — string
        - integer — integer
        - string[] — array of strings
        - integer[] — array of integers
  - `pageToken` string — Specify the token to access the results on the next page. Keep this field blank for the first request. To view the results on the next page, use the value received in the 'nextPageToken' parameter of the previous response.

## Response `200`

Success

- GetDataProtectionRiskReportDataResponse
  - `data` DataProtectionRiskReportData[]
    - `customerGlobalId` string — Unique ID of the customer.
    - `accountName` string — Account name defined for the customer
    - `customerName` string — Customer name defined for the customer
    - `organization` string — The name of the organization.
    - `workloadName` string — The name of the workload. Possible values (Files, Hyper-V, MS-SQL, NAS, Oracle, Oracle-DTC, VMware)
    - `workloadAgent` string — Name of the device associated with the workload.
    - `disconnectedFromCloudSince` string, date-time — The date since which device is disconnected from cloud. The time is in the UTC time zone. Example - 2019-10-25T00:00:00Z
    - `lastUpdatedTime` string, date-time — The last updated time stamp. The time is in the UTC time zone. Example - 2019-10-25T00:00:00Z
    - `vCenterESXiHosts` string — Name of the vCentre or ESXi host where the backup proxy is deployed.
    - `connectionStatusToVCenter` string — The connection status to the vCenter. Possible values (Connected,Disconnected)
  - `lastSyncTimestamp` string, date-time — Time stamp until which report data is returned in the API. The time is in the UTC time zone.
  - `filters` object — Filters applied on the report.
  - `nextPageToken` string — The token to access the next page of results. This parameter will be empty for the last page of the results. This token is valid for 5 minutes.

## Other responses

- `400` — Bad Request
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
