Changelog
An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based "Data Center Designer" (DCD) tool or via an easy to use API.
The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
- added new state for clusters:
DEGRADED
- added new parameters:
limit
andoffset
- added new property for clusters:
dns_name
- generate the documentation automatically
location
andbackup_location
parameters onCreateClusterProperties
are now stringsLocation
andBackupLocation
models are now removed
- new values for
storage_type
parameter: SSD_STANDARD, SSD_PREMIUM. Value SSD is deprecated. Use the equivalent SSD_PREMIUM instead.
- added size and location to ClusterBackup
- Fixed
IONOS_TOKEN
authentication bug. Now, the authentication usingIONOS_TOKEN
works properly.
Last modified 6mo ago