Spot · Example Payload

Spot Updateaccount Example

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Spot Updateaccount 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": "updateAccount",
  "method": "PUT",
  "path": "/setup/account/{accountId}",
  "summary": "Spot Update Account",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpdateaccountRequestExample",
      "example": {
        "account": {
          "name": "Example Title"
        }
      }
    }
  ],
  "responseExamples": []
}