Spot · JSON Structure

Spot Elastigroup Roll Request Structure

Type: object Properties: 3
AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

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

Properties

batchSizePercentage gracePeriod healthCheckType

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RollRequest",
  "type": "object",
  "properties": {
    "batchSizePercentage": {
      "type": "integer"
    },
    "gracePeriod": {
      "type": "integer"
    },
    "healthCheckType": {
      "type": "string"
    }
  }
}