v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBEnterprise Workloads Reports
View Resource Status Report
Provides a consolidated and point-in-time status and details of all resources and associated backup sets 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/mspEWResourceStatus
Headers
Authorizationstring required
Specify the Bearer access token
Request body
Example request
{
"filters": {
"filterBy": [
{
"fieldName": "backupsetType",
"operator": "EQUAL"
}
]
}
}Response
Success
Example response
{
"data::": [
{
"customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"accountName": "Druva",
"customerName": "Druva",
"backupEnabled": "Yes",
"backupsetType": "Files",
"clientVersion": "6.2.0",
"osVersion": "Windows-2012Server-6.2.9200-SP0 (64bit)",
"resourceName": "spryiq_Win2k12-Client2",
"backupset": "spryiq_Win2k12-Client2#bset6",
"administrativeGroup": "admin_org-1",
"organization": "org-1",
"lastUpdatedTime": "2023-06-03T02:22:34.383Z",
"timezone": "Asia/Calcutta",
"backupContent": "Backup Folders- All Folders",
"backupPolicy": "BackupPolicy1org2",
"storageTier": "WARM",
"configurationMode": "AC-naz_356",
"azureRegion": "eastus",
"azureSubscription": "Product Environment"
}
],
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}