BrandConfigurationDetails Data Type

Properties
name data type constraints description
applicationSupport boolean  
insightSupport boolean  
sparsifySupported boolean required
dedupSupported boolean required
hypervisors array of HypervisorType  
hypervisorManagers array of HypervisorManagerType  
backupDestinations array of BackupDestinationType  
storageProviders array of StorageProviderType  
applicationConfigs array of BuildInType  

Example

{
  "applicationSupport" : true,
  "insightSupport" : true,
  "sparsifySupported" : true,
  "dedupSupported" : true,
  "hypervisors" : [ "KUBERNETES", "OVM" ],
  "hypervisorManagers" : [ "OPENNEBULA", "RHV" ],
  "backupDestinations" : [ "RUBRIK", "AVAMAR" ],
  "storageProviders" : [ "AFS", "CEPH_RBD" ],
  "applicationConfigs" : [ "INTERNAL_DB_BACKUP", "OVIRT_RHV_DB_BACKUP" ]
}