Spot · JSON Structure

Spot Eco Commitment Plan Structure

Type: object Properties: 8
AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

CommitmentPlan is a JSON Structure definition published by Spot, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id type provider status startDate endDate monthlySavings utilizationPercentage

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CommitmentPlan",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "provider": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "monthlySavings": {
      "type": "number"
    },
    "utilizationPercentage": {
      "type": "number"
    }
  }
}