Spot · Example Payload

Spot Listoceanclustersaws Example

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Spot Listoceanclustersaws 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": "listOceanClustersAWS",
  "method": "GET",
  "path": "/ocean/aws/k8s/cluster",
  "summary": "Spot List Ocean Clusters (aws)",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listoceanclustersaws200Example",
      "example": {
        "request": "example_value",
        "response": {
          "items": [
            {}
          ]
        }
      }
    }
  ]
}