Updates the databases mounted on a kdb cluster, which includes the changesetId
and all the dbPaths to be cached. This API does not allow you to change a database name or add a database if you created a cluster without one.
See https://www.paws-r-sdk.com/docs/finspace_update_kx_cluster_databases/ for full documentation.
finspace_update_kx_cluster_databases(
environmentId,
clusterName,
clientToken = NULL,
databases,
deploymentConfiguration = NULL
)
[required] The unique identifier of a kdb environment.
[required] A unique name for the cluster that you want to modify.
A token that ensures idempotency. This token expires in 10 minutes.
[required] The structure of databases mounted on the cluster.
The configuration that allows you to choose how you want to update the databases on a cluster.