Spot · Example Payload

Spot Createoceanclusteraks Example

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Spot Createoceanclusteraks 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": "createOceanClusterAKS",
  "method": "POST",
  "path": "/ocean/azure/k8s/cluster",
  "summary": "Spot Create Ocean Cluster (aks)",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateoceanclusteraksRequestExample",
      "example": {
        "cluster": {
          "name": "Example Title",
          "controllerClusterId": "500123",
          "aks": {
            "clusterName": "example_value",
            "resourceGroupName": "example_value",
            "region": "example_value"
          },
          "autoScaler": {
            "isEnabled": true,
            "isAutoConfig": true
          }
        }
      }
    }
  ],
  "responseExamples": []
}