View source: R/finspace_operations.R
finspace_update_kx_cluster_databases | R Documentation |
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
)
environmentId |
[required] The unique identifier of a kdb environment. |
clusterName |
[required] A unique name for the cluster that you want to modify. |
clientToken |
A token that ensures idempotency. This token expires in 10 minutes. |
databases |
[required] The structure of databases mounted on the cluster. |
deploymentConfiguration |
The configuration that allows you to choose how you want to update the databases on a cluster. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.