Spot · Schema

RollRequest

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Properties

Name Type Description
batchSizePercentage integer Percentage of instances to replace in each batch.
gracePeriod integer Grace period in seconds before checking health.
healthCheckType string
View JSON Schema on GitHub

JSON Schema

spot-elastigroup-roll-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RollRequest",
  "type": "object",
  "properties": {
    "batchSizePercentage": {
      "type": "integer",
      "description": "Percentage of instances to replace in each batch."
    },
    "gracePeriod": {
      "type": "integer",
      "description": "Grace period in seconds before checking health."
    },
    "healthCheckType": {
      "type": "string"
    }
  }
}