View source: R/generated_client.R
clusters_list_kubernetes_instance_configs_historical_metrics | R Documentation |
Get graphs of historical resource usage in an Instance Config
clusters_list_kubernetes_instance_configs_historical_metrics(
instance_config_id,
timeframe = NULL,
metric = NULL
)
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. |
metric |
string optional. The metric to retrieve. Must be one of cpu, memory. |
A list containing the following elements:
instanceConfigId |
integer, The ID of this instance config. |
metric |
string, URL for the graph of historical CPU usage in this instance config. |
timeframe |
string, The span of time that the graphs cover. Must be one of 1_day, 1_week. |
unit |
string, The unit of the values. |
metrics |
list, A list containing the following elements:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.