The backups property
The ca property
The config property
The dbs property
The events property
The eviction_policy property
The firewall property
The indexes property
The install_update property
The logsink property
The maintenance property
The migrate property
The onlineMigration property
The pools property
The replicas property
The resize property
The schemaRegistry property
The sql_mode property
The topics property
The upgrade property
The users property
To destroy a specific database, send a DELETE request to /v2/databases/$DATABASE_ID.A status of 204 will be given. This indicates that the request was processed successfully, but that no response body is needed.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To show information about an existing database cluster, send a GET request to /v2/databases/$DATABASE_ID.The response will be a JSON object with a database key. This will be set to an object containing the standard database cluster attributes.The embedded connection and private_connection objects will contain the information needed to access the database cluster. For multi-node clusters, the standby_connection and standby_private_connection objects contain the information needed to connect to the cluster's standby node(s).The embedded maintenance_window object will contain information about any scheduled maintenance for the database cluster.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To destroy a specific database, send a DELETE request to /v2/databases/$DATABASE_ID.A status of 204 will be given. This indicates that the request was processed successfully, but that no response body is needed.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To show information about an existing database cluster, send a GET request to /v2/databases/$DATABASE_ID.The response will be a JSON object with a database key. This will be set to an object containing the standard database cluster attributes.The embedded connection and private_connection objects will contain the information needed to access the database cluster. For multi-node clusters, the standby_connection and standby_private_connection objects contain the information needed to connect to the cluster's standby node(s).The embedded maintenance_window object will contain information about any scheduled maintenance for the database cluster.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/databases/{database_cluster_uuid}