Learn R Programming

civis (version 3.1.3)

clusters_list_kubernetes_compute_hours: List compute hours for a Kubernetes Cluster

Description

List compute hours for a Kubernetes Cluster

Usage

clusters_list_kubernetes_compute_hours(id, include_usage_stats = NULL)

Value

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.

Arguments

id

integer required.

include_usage_stats

boolean optional. When true, usage stats are returned in instance config objects. Defaults to false.