finspace_update_kx_cluster_databases: Updates the databases mounted on a kdb cluster, which...

View source: R/finspace_operations.R

finspace_update_kx_cluster_databasesR Documentation

Updates the databases mounted on a kdb cluster, which includes the changesetId and all the dbPaths to be cached

Description

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.

Usage

finspace_update_kx_cluster_databases(
  environmentId,
  clusterName,
  clientToken = NULL,
  databases,
  deploymentConfiguration = NULL
)

Arguments

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.