ChargebackAppRequest 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
applicationGuids array of string  
commandLineExecutionConfigGuids array of string  
backupDestinationGuids array of string  
backupPolicyGuids array of string  
guids array of string  
uuids array of string  
groupBy string  
valid boolean required
cloud boolean required
OS boolean required

Example

{
  "applicationGuids" : [ "...", "..." ],
  "commandLineExecutionConfigGuids" : [ "...", "..." ],
  "backupDestinationGuids" : [ "...", "..." ],
  "backupPolicyGuids" : [ "...", "..." ],
  "guids" : [ "...", "..." ],
  "uuids" : [ "...", "..." ],
  "groupBy" : "...",
  "valid" : true,
  "cloud" : true,
  "OS" : true
}