Spot · Example Payload

Spot Rollelastigroupaws Example

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Spot Rollelastigroupaws Example is an example object payload from Spot, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "rollElastigroupAWS",
  "method": "POST",
  "path": "/aws/ec2/group/{groupId}/roll",
  "summary": "Spot Roll Elastigroup (aws)",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "RollelastigroupawsRequestExample",
      "example": {
        "batchSizePercentage": 10,
        "gracePeriod": 10,
        "healthCheckType": "EC2"
      }
    }
  ],
  "responseExamples": []
}