v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBData Anomalies
List snapshot statistics
Returns the snapshot statistics for a resource for which the Data Anomalies alert is generated. It displays the statistics for the last 30 days.
get/uda/v1/stats/{workload}/resources/{resourceID}
Path parameters
workload'fileserver' | 'nas' | 'endpoints' | 'sharepoint' | 'onedrive' | 'vmware' required
Specify the workload for which you want to view the statistics.
resourceIDinteger required
The unique ID of the resource for which you want to list and view all the anomalous snapshots. Get the ID of a device using the 'List all devices' API. For data sources like File Server, NAS, VMware and so on, refer to the respective 'List all backup sets' API.
Query parameters
pageTokeninteger
The token to access the next page of results. Use the token value received in the previous response's parameter 'nextPageToken'.
Response
OK
Example response
{
"orgID": -1,
"resourceID": 101,
"resourceName": "Ernie Carter's Macbook",
"resourceParentName": "Ernie Carter",
"resourcePlatform": "linux",
"stats": [
{
"snapshotID": "Mjk4OC1GcmkgTm92IDIyIDExOjEzOjU5IDIwMTk=",
"snapshotName": "Nov 21 2019, 14:39."
}
],
"nextPageToken": "20"
}