Create a KubernetesEfficiencyReport.
The access token received from the authorization server in the OAuth 2.0 flow.
Create a KubernetesEfficiencyReport.
The Workspace in which the KubernetesEfficiencyReport will be created.
The title of the KubernetesEfficiencyReport.
The filter query language to apply to the KubernetesEfficiencyReport. Additional documentation available at https://docs.vantage.sh/vql.
The start date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
The end date of the KubernetesEfficiencyReport. ISO 8601 Formatted. Incompatible with 'date_interval' parameter.
The date interval of the KubernetesEfficiencyReport. Incompatible with 'start_date' and 'end_date' parameters. Defaults to 'this_month' if start_date and end_date are not provided.
this_month, last_7_days, last_30_days, last_month, last_3_months, last_6_months, custom, last_12_months, last_24_months, last_36_months, next_month, next_3_months, next_6_months, next_12_months, year_to_date, last_3_days, last_14_days The column by which the costs are aggregated.
idle_cost, amount, cost_efficiency The date bucket of the KubernetesEfficiencyReport.
day, week, month Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: cluster_id, namespace, labeled, category, pod, label, label:<label_name>.
KubernetesEfficiencyReport model
The title of the KubernetesEfficiencyReport.
"Acme123 Kubernetes Efficiency Metrics"
Indicates whether the KubernetesEfficiencyReport is the default report.
The date and time, in UTC, the report was created. ISO 8601 Formatted.
"2024-03-19T00:00:00Z"
The token for the Workspace the KubernetesEfficiencyReport is a part of.
The token for the User who created this KubernetesEfficiencyReport.
The start date for the KubernetesEfficiencyReport. Only set for custom date ranges. ISO 8601 Formatted.
"2024-03-01"
The end date for the KubernetesEfficiencyReport. Only set for custom date ranges. ISO 8601 Formatted.
"2024-03-20"
The date range for the KubernetesEfficiencyReport. Only present if a custom date range is not specified.
"last_month"
How costs are grouped and displayed in the KubernetesEfficiencyReport. Possible values: day, week, month.
"month"
How costs are aggregated by. Possible values: idle_cost, amount, cost_efficiency.
Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: cluster_id, namespace, labeled, category, pod, label, label:<label_name>.
"cluster_id, namespace"
The filter applied to the KubernetesEfficiencyReport. Additional documentation available at https://docs.vantage.sh/vql.