The parameter class for querying the chargeback report. Database will be filtered by guid / uuid lists and grouped by groupBy value
name | data type | constraints | description |
---|---|---|---|
hypervisorClusterGuids | array of string | ||
hypervisorManagerGuids | array of string | ||
hypervisorGuids | array of string | ||
virtualMachineGuids | array of string | ||
projectGuids | array of string | ||
projectUuid | string | ||
backupDestinationGuids | array of string | ||
applicationGuids | array of string | ||
backupPolicyGuids | array of string | ||
commandLineExecutionConfigGuids | array of string | ||
guids | array of string | ||
uuids | array of string | ||
groupBy | string | ||
storageGuids | array of string | ||
providerGuids | array of string | ||
poolGuids | array of string | ||
cloudFeatures | array of CloudFeature | ||
cloudUserGuids | array of string | ||
valid | boolean | required | |
cloudSiteGuids | array of string | ||
cloudTeamsGuids | array of string | ||
cloudBackupDestinationGuids | array of string | ||
cloudBackupPolicyGuids | array of string | ||
cloudServiceProviderGuids | array of string | ||
osAgentGuids | array of string | ||
osBackupPolicyGuids | array of string | ||
value | string | ||
cloud | boolean | required | |
OS | boolean | required |
Example
{ "hypervisorClusterGuids" : [ "...", "..." ], "hypervisorManagerGuids" : [ "...", "..." ], "hypervisorGuids" : [ "...", "..." ], "virtualMachineGuids" : [ "...", "..." ], "projectGuids" : [ "...", "..." ], "projectUuid" : "...", "backupDestinationGuids" : [ "...", "..." ], "applicationGuids" : [ "...", "..." ], "backupPolicyGuids" : [ "...", "..." ], "commandLineExecutionConfigGuids" : [ "...", "..." ], "guids" : [ "...", "..." ], "uuids" : [ "...", "..." ], "groupBy" : "...", "storageGuids" : [ "...", "..." ], "providerGuids" : [ "...", "..." ], "poolGuids" : [ "...", "..." ], "cloudFeatures" : [ "TEAMS_CHANNEL", "GROUP" ], "cloudUserGuids" : [ "...", "..." ], "valid" : true, "cloudSiteGuids" : [ "...", "..." ], "cloudTeamsGuids" : [ "...", "..." ], "cloudBackupDestinationGuids" : [ "...", "..." ], "cloudBackupPolicyGuids" : [ "...", "..." ], "cloudServiceProviderGuids" : [ "...", "..." ], "osAgentGuids" : [ "...", "..." ], "osBackupPolicyGuids" : [ "...", "..." ], "value" : "...", "cloud" : true, "OS" : true }