View source: R/generated_client.R
clusters_list_kubernetes_compute_hours | R Documentation |
List compute hours for a Kubernetes Cluster
clusters_list_kubernetes_compute_hours(id, include_usage_stats = NULL)
id |
integer required. |
include_usage_stats |
boolean optional. When true, usage stats are returned in instance config objects. Defaults to false. |
An array containing the following fields:
totalNormalizedHours |
integer, The total number of normalized hours used by this cluster. |
normalizedHoursByInstanceType |
string, Denotes the instance type the normalized hours are attributed to. |
updatedAt |
string, |
monthAndYear |
string, The month and year the normalized hours are attributed to. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.