ChargebackCloudRequest Data Type

The parameter class for querying the chargeback report. Database will be filtered by guid / uuid lists and grouped by groupBy value

Properties
name data type constraints description
cloudFeatures array of CloudFeature  
cloudUserGuids array of string  
cloudSiteGuids array of string  
cloudTeamsGuids array of string  
cloudGroupsGuids array of string  
cloudBackupDestinationGuids array of string  
cloudBackupPolicyGuids array of string  
cloudServiceProviderGuids array of string  
cloud boolean required
backupDestinationGuids array of string  
backupPolicyGuids array of string  
guids array of string  
uuids array of string  
groupBy string  
valid boolean required
OS boolean required

Example

{
  "cloudFeatures" : [ "ONEDRIVE", "TEAMS_CHANNEL" ],
  "cloudUserGuids" : [ "...", "..." ],
  "cloudSiteGuids" : [ "...", "..." ],
  "cloudTeamsGuids" : [ "...", "..." ],
  "cloudGroupsGuids" : [ "...", "..." ],
  "cloudBackupDestinationGuids" : [ "...", "..." ],
  "cloudBackupPolicyGuids" : [ "...", "..." ],
  "cloudServiceProviderGuids" : [ "...", "..." ],
  "cloud" : true,
  "backupDestinationGuids" : [ "...", "..." ],
  "backupPolicyGuids" : [ "...", "..." ],
  "guids" : [ "...", "..." ],
  "uuids" : [ "...", "..." ],
  "groupBy" : "...",
  "valid" : true,
  "OS" : true
}