Spot · Schema

OceanSparkClusterRequest

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Properties

Name Type Description
cluster object
View JSON Schema on GitHub

JSON Schema

spot-oceansparkclusterrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OceanSparkClusterRequest",
  "title": "OceanSparkClusterRequest",
  "type": "object",
  "properties": {
    "cluster": {
      "type": "object",
      "properties": {
        "oceanClusterId": {
          "type": "string",
          "description": "The ID of the Ocean cluster to use."
        },
        "config": {
          "type": "object"
        }
      },
      "example": "example_value"
    }
  }
}