v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBEndpoints Reports
View Preserved Users Datasources Report
This report provides information about the workloads that consumed preserve licenses, the date on which they were preserved, and the mode that was used to preserve them. This API may be updated without any prior notification. Check the API documentation for the latest updates regularly.
post/msp/reporting/v1/reports/mspEPPreservedUsersDataSources
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",
"lastUpdatedTime": "2023-06-04T10:05:18.493Z",
"customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"userName": "user1",
"userEmailID": "user1@d.in",
"profileName": "profileC",
"endpointsLicense": "Preserved",
"preservedOn": "2023-06-03T15:03:30.412Z",
"mode": "Manual",
"autoDeleteOn": "2023-06-03T15:03:30.412Z"
}
],
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}