Spot · Example Payload

Spot Initiaterollaws Example

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Spot Initiaterollaws 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": "initiateRollAWS",
  "method": "POST",
  "path": "/ocean/aws/k8s/cluster/{oceanClusterId}/roll",
  "summary": "Spot Initiate Cluster Roll (aws)",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "InitiaterollawsRequestExample",
      "example": {
        "roll": {
          "batchSizePercentage": 10,
          "comment": "example_value",
          "batchMinHealthyPercentage": 10,
          "respectPdb": true
        }
      }
    }
  ],
  "responseExamples": []
}