v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Service Monitoring Reports

View Data Protection Violations Report

Returns data protection rule violation details for MSP customers whose workloads do not meet configured rule thresholds.

post/msp/reporting/v2/reports/mspservicemonitoringDataProtectionViolationsReport

Headers

Authorizationstring required

Specify the Bearer access token

Request body

pageTokenstring

The token used to retrieve the next page of results. Pass the nextPageToken value returned from the previous response. For the initial request, leave this field empty.

Example request

{
  "pageToken": "eyJwYWdlTnVtYmVyIjoyLCJwYWdlU2l6ZSI6NTAwLCAiZmlsdGVycyI6bnVsbH0=",
  "filters": {
    "pageSize": 10,
    "filterBy": [
      {
        "fieldName": "generatedOn",
        "value": "30",
        "operator": "GTE"
      },
      {
        "fieldName": "state",
        "value": [
          "Active"
        ],
        "operator": "CONTAINS"
      }
    ]
  }
}

Response

Ok

lastSyncTimestampstring date-time

Timestamp of the last data sync used for the report.

nextPageTokenstring nullable

The token to access the next page of results. This parameter will be empty for the last page of results.

Example response

{
  "data": [
    {
      "customerName": "Example Customer",
      "accountName": "Example Customer",
      "servicePlanName": "Enterprise Plan",
      "servicePlanId": 12,
      "productName": "Enterprise Workloads",
      "ruleName": "RPO-EW-Critical",
      "ruleType": "Recovery Point Objective",
      "durationDescription": "Last 7 days",
      "resourcesObserved": "1",
      "workload": "AHV",
      "resourceName": "vm-backup-01",
      "lastSuccessfulBackup": "2026-03-28T10:00:00.000Z",
      "threshold": "5 day(s)",
      "observedValue": "8",
      "generatedOn": "2026-05-18T08:42:46.000Z",
      "state": "Active",
      "updatedOn": "2026-05-19T12:41:33.000Z",
      "lastSync": "N.A.",
      "customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3",
      "alertId": 6339,
      "dcpUniqueKey": "abcd1234pqrs567890"
    },
    {
      "customerName": "Example Customer",
      "accountName": "Example Customer",
      "servicePlanName": "Professional Plan",
      "servicePlanId": 5,
      "productName": "Enterprise Workloads",
      "ruleName": "Backup-Success-Weekly",
      "ruleType": "Backup Success Rate",
      "durationDescription": "Last 7 days",
      "resourcesObserved": "3",
      "workload": "VMware",
      "resourceName": "sql-prod-02",
      "lastSuccessfulBackup": "2026-05-10T14:30:00.000Z",
      "threshold": "95%",
      "observedValue": "87%",
      "generatedOn": "2026-05-20T10:00:00.000Z",
      "state": "Active",
      "updatedOn": "2026-05-21T09:15:00.000Z",
      "lastSync": "N.A.",
      "customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3",
      "alertId": 6340,
      "dcpUniqueKey": "efgh5678abcd901234"
    }
  ],
  "filters": {
    "pageSize": 100,
    "filterBy": [
      {
        "fieldName": "generatedOn",
        "value": "30",
        "operator": "GTE"
      }
    ]
  },
  "lastSyncTimestamp": "2026-04-06T03:00:00.000Z",
  "nextPageToken": "eyJwYWdlTnVtYmVyIjoyLCJwYWdlU2l6ZSI6NTAwLCAiZmlsdGVycyI6bnVsbH0="
}