Spot · Example Payload

Spot Updateoceancdcluster Example

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Spot Updateoceancdcluster 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": "updateOceanCDCluster",
  "method": "PUT",
  "path": "/ocean/cd/cluster/{clusterId}",
  "summary": "Spot Update Ocean Cd Cluster",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpdateoceancdclusterRequestExample",
      "example": {
        "cluster": {
          "name": "Example Title",
          "kubernetesClusterId": "500123"
        }
      }
    }
  ],
  "responseExamples": []
}