...
The abiquo.rubrik.vcenter.id property is deprecated in Abiquo 5.4.4 and you should remove it
- The abiquo.backup.rubrik.sla property will now replace the default Rubrik SLA domains (Gold, Silver, Bronze).
From Abiquo 5.4.4+ you must define ALL the default and custom domains that you wish to use in Rubrik. See #Rubrik configuration properties reference
Abiquo 6.0.0
- Optional, Optional abiquo.backup.policy.sync.delay property to set on the Abiquo Server in abiquo.properties.
Specify, in milliseconds, how often to run the backup policy syncronization. The default value represents 24 hours.
...
Log in to the Abiquo Remote Services server
- Edit the abiquo.properties file.
Set the path to the plugin properties file using the following property.
Code Block abiquo.backup.rubrik.config.path=/opt/abiquo/config/rubrik.properties
- Optionally, configure other rubrik properties for nars and virtualfactory as required:
Optionally, Log in to the Abiquo API Server, and configure how often to run the backup policy synchronization check
Code Block # Delay between executions of the backup policy check (milliseconds). # The default represents 24 hours. #abiquo.backup.policy.sync.delay=86400000
...