clusters_list_kubernetes_compute_metrics: Get historical compute metrics for a Kubernetes Cluster

View source: R/generated_client.R

clusters_list_kubernetes_compute_metricsR Documentation

Get historical compute metrics for a Kubernetes Cluster

Description

Get historical compute metrics for a Kubernetes Cluster

Usage

clusters_list_kubernetes_compute_metrics(
  id,
  start_date = NULL,
  end_date = NULL,
  type = NULL
)

Arguments

id

integer required. The ID of the Kubernetes cluster.

start_date

string optional. UTC start date in YYYY-MM-DD format (inclusive).

end_date

string optional. UTC end date in YYYY-MM-DD format (inclusive). Must be within 31 days of start_date.

type

array optional. Compute metric types to retrieve. Allowed values are: ["Jobs"]. Defaults to returning metrics for all available types. The default may change as support for additional types is added.

Value

A list containing the following elements:

url

string, Presigned URL to download the compute metrics CSV file from S3.


civis documentation built on March 28, 2026, 1:06 a.m.