Spot · Schema

BillingEngineValidationRequest

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Properties

Name Type Description
billingEngine object
View JSON Schema on GitHub

JSON Schema

spot-billingenginevalidationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillingEngineValidationRequest",
  "title": "BillingEngineValidationRequest",
  "type": "object",
  "properties": {
    "billingEngine": {
      "type": "object",
      "properties": {
        "cloudProvider": {
          "type": "string"
        },
        "billingAccountId": {
          "type": "string"
        }
      },
      "example": "example_value"
    }
  }
}