v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Enterprise Workloads Reports

View Storage Consumption by BackupSets Report

Lists the Backup Set wise storage consumption details for individual resources 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/mspEWStorageConsumptionbyBackupSets

Headers

Authorizationstring required

Specify the Bearer access token

Request body

pageTokenstring

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.

Example request

{
  "filters": {
    "filterBy": [
      {
        "fieldName": "organization",
        "operator": "LT"
      }
    ]
  }
}

Response

Success

lastSyncTimestampstring date-time

Time stamp of the report data, in UTC format.

filtersobject

The filters applied on the report.

nextPageTokenstring

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.

Example response

{
  "data": [
    {
      "customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
      "accountName": "Druva",
      "customerName": "Druva",
      "lastUpdatedTime": "2023-06-04T10:05:18.493Z",
      "currentSource": "14.74MB",
      "estimatedStorage": "10.53MB",
      "sourceChanges": "14.74MB",
      "storageCloud": "AWS",
      "storageSourceReductionFactor": "fsnasst(1.4x)",
      "backupPolicy": "BackupPolicy1org2",
      "backupContent": "Backup Folders: ['E:\\backup\\File31']",
      "backupSetType": "Files",
      "backupSet": "WIN-L8HL4FNA0KB#bset3",
      "administrativeGroup": "admin_org_2",
      "organization": "org_2",
      "storageTier": "None"
    }
  ],
  "nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}