v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBGoogle Workspace Reports
View Google Shared Drive Backup Activity Report
View daily trends & details of all backup activities performed on Google Shared Drive. This API may be updated without any prior notification. Check the API documentation for the latest updates regularly.
post/msp/reporting/v1/reports/mspGoogleSharedDriveBackupActivity
Headers
Authorizationstring required
Specify the Bearer access token
Request body
Example request
{
"filters": {
"filterBy": [
{
"fieldName": "accountName",
"operator": "EQUAL"
}
]
}
}Response
Success
Example response
{
"data": [
{
"accountName": "Druva",
"customerName": "Druva",
"customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"lastUpdatedTime": "2023-06-04T10:05:18.493Z",
"driveName": "05Oct2023",
"administrator": "Rohit Patil",
"startTime": "2024-03-04T10:51:03.000Z",
"endTime": "2024-03-04T10:52:48.000Z",
"snapshotSize": 45330357,
"backupStatus": "Backed Up Successfully",
"appStatus": "Disabled"
}
],
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}