finspace_list_kx_cluster_nodes: Lists all the nodes in a kdb cluster

View source: R/finspace_operations.R

finspace_list_kx_cluster_nodesR Documentation

Lists all the nodes in a kdb cluster

Description

Lists all the nodes in a kdb cluster.

See https://www.paws-r-sdk.com/docs/finspace_list_kx_cluster_nodes/ for full documentation.

Usage

finspace_list_kx_cluster_nodes(
  environmentId,
  clusterName,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

environmentId

[required] A unique identifier for the kdb environment.

clusterName

[required] A unique name for the cluster.

nextToken

A token that indicates where a results page should begin.

maxResults

The maximum number of results to return in this request.


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