Spot · Example Payload

Spot Createoceanclusterecs Example

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Spot Createoceanclusterecs 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": "createOceanClusterECS",
  "method": "POST",
  "path": "/ocean/aws/ecs/cluster",
  "summary": "Spot Create Ocean Cluster (ecs)",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateoceanclusterecsRequestExample",
      "example": {
        "cluster": {
          "name": "Example Title",
          "clusterName": "example_value",
          "region": "example_value",
          "autoScaler": {
            "isEnabled": true,
            "isAutoConfig": true
          },
          "capacity": {
            "target": 10,
            "minimum": 10,
            "maximum": 10
          },
          "compute": {
            "instanceTypes": {
              "whitelist": {}
            },
            "subnetIds": [
              {}
            ]
          }
        }
      }
    }
  ],
  "responseExamples": []
}