Skip to main content
GET
/
kubernetes_efficiency_reports
Get all Kubernetes efficiency reports
curl --request GET \
  --url https://api.vantage.sh/v2/kubernetes_efficiency_reports \
  --header 'Authorization: Bearer <token>'
{
  "links": {
    "self": "https://api.vantage.sh/v2/kubernetes_efficiency_reports",
    "first": "https://api.vantage.sh/v2/kubernetes_efficiency_reports?page=1",
    "next": null,
    "last": "https://api.vantage.sh/v2/kubernetes_efficiency_reports?page=1",
    "prev": null
  },
  "kubernetes_efficiency_reports": [
    {
      "token": "kbnts_eff_rprt_f8d610afacc7e6c6",
      "title": "Cluster Idle Costs",
      "default": false,
      "created_at": "2024-10-25T21:20:43Z",
      "workspace_token": "wrkspc_64768b29bebf9dfe",
      "user_token": null,
      "start_date": "2024-10-01",
      "end_date": "2024-10-31",
      "date_interval": "this_month",
      "date_bucket": "day",
      "aggregated_by": "idle_cost",
      "groupings": "cluster_id"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

page
integer<int32>

The page of results to return.

limit
integer<int32>

The amount of results to return. The maximum is 1000.

Response

200 - application/json

KubernetesEfficiencyReports model

kubernetes_efficiency_reports
object[]