clusters_list_kubernetes_instance_configs_historical_graphs: Get graphs of historical resource usage in an Instance Config

View source: R/generated_client.R

clusters_list_kubernetes_instance_configs_historical_graphsR Documentation

Get graphs of historical resource usage in an Instance Config

Description

Get graphs of historical resource usage in an Instance Config

Usage

clusters_list_kubernetes_instance_configs_historical_graphs(
  instance_config_id,
  timeframe = NULL
)

Arguments

instance_config_id

integer required. The ID of this instance config.

timeframe

string optional. The span of time that the graphs cover. Must be one of 1_day, 1_week.

Value

A list containing the following elements:

cpuGraphUrl

string, URL for the graph of historical CPU usage in this instance config.

memGraphUrl

string, URL for the graph of historical memory usage in this instance config.


civis documentation built on April 1, 2023, 12:01 a.m.