finspace_list_kx_scaling_groups {paws.management} | R Documentation |
Returns a list of scaling groups in a kdb environment
Description
Returns a list of scaling groups in a kdb environment.
See https://www.paws-r-sdk.com/docs/finspace_list_kx_scaling_groups/ for full documentation.
Usage
finspace_list_kx_scaling_groups(
environmentId,
maxResults = NULL,
nextToken = NULL
)
Arguments
environmentId |
[required] A unique identifier for the kdb environment, for which you want to retrieve a list of scaling groups. |
maxResults |
The maximum number of results to return in this request. |
nextToken |
A token that indicates where a results page should begin. |
[Package paws.management version 0.9.0 Index]