ChargebackStorageRequest 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
storageGuids array of string  
providerGuids array of string  
poolGuids 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

{
  "storageGuids" : [ "...", "..." ],
  "providerGuids" : [ "...", "..." ],
  "poolGuids" : [ "...", "..." ],
  "backupDestinationGuids" : [ "...", "..." ],
  "backupPolicyGuids" : [ "...", "..." ],
  "guids" : [ "...", "..." ],
  "uuids" : [ "...", "..." ],
  "groupBy" : "...",
  "valid" : true,
  "cloud" : true,
  "OS" : true
}