clusters_list_kubernetes_instance_configs_historical_graphs {civis}R 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.


[Package civis version 3.1.2 Index]