Kubecost · JSON Structure

Kubecost Structure

Structural overview of the Kubecost API surface; extracted from openapi/.

Type: Properties: 0
Cloud CostCost MonitoringKubernetesOptimizationSpending

Kubecost Structure is a JSON Structure definition published by Kubecost.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Kubecost",
  "providerId": "kubecost",
  "kind": "json-structure",
  "description": "Structural overview of the Kubecost API surface; extracted from openapi/.",
  "schemaCount": 1,
  "operationCount": 2,
  "schemas": [
    {
      "name": "Allocation",
      "type": "object",
      "propertyCount": 37,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/model/allocation",
      "operationId": "getAllocation",
      "summary": "Kubecost Query allocation cost data",
      "tags": [
        "Model"
      ]
    },
    {
      "method": "GET",
      "path": "/model/allocation/totals",
      "operationId": "getAllocationTotals",
      "summary": "Kubecost Query total allocation costs",
      "tags": [
        "Model"
      ]
    }
  ]
}