ChargebackOSRequest 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
osAgentGuids array of string  
osBackupPolicyGuids array of string  
osBackupDestinationGuids array of string  
OS boolean required
backupDestinationGuids array of string  
backupPolicyGuids array of string  
guids array of string  
uuids array of string  
groupBy string  
valid boolean required
cloud boolean required

Example

{
  "osAgentGuids" : [ "...", "..." ],
  "osBackupPolicyGuids" : [ "...", "..." ],
  "osBackupDestinationGuids" : [ "...", "..." ],
  "OS" : true,
  "backupDestinationGuids" : [ "...", "..." ],
  "backupPolicyGuids" : [ "...", "..." ],
  "guids" : [ "...", "..." ],
  "uuids" : [ "...", "..." ],
  "groupBy" : "...",
  "valid" : true,
  "cloud" : true
}