View source: R/generated_client.R
| clusters_list_kubernetes_compute_metrics | R Documentation |
Get historical compute metrics for a Kubernetes Cluster
clusters_list_kubernetes_compute_metrics(
id,
start_date = NULL,
end_date = NULL,
type = NULL
)
id |
integer required. The ID of the Kubernetes cluster. |
start_date |
string optional. UTC start date in YYYY-MM-DD format (inclusive). |
end_date |
string optional. UTC end date in YYYY-MM-DD format (inclusive). Must be within 31 days of start_date. |
type |
array optional. Compute metric types to retrieve. Allowed values are: ["Jobs"]. Defaults to returning metrics for all available types. The default may change as support for additional types is added. |
A list containing the following elements:
url |
string, Presigned URL to download the compute metrics CSV file from S3. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.