Spot · Example Payload

Spot Createoceanclustergke Example

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Spot Createoceanclustergke 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": "createOceanClusterGKE",
  "method": "POST",
  "path": "/ocean/gke/cluster",
  "summary": "Spot Create Ocean Cluster (gke)",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateoceanclustergkeRequestExample",
      "example": {
        "cluster": {
          "name": "Example Title",
          "controllerClusterId": "500123",
          "gke": {
            "clusterName": "example_value",
            "masterLocation": "example_value"
          },
          "autoScaler": {
            "isEnabled": true,
            "isAutoConfig": true
          },
          "capacity": {
            "target": 10,
            "minimum": 10,
            "maximum": 10
          }
        }
      }
    }
  ],
  "responseExamples": []
}