Spot · Example Payload

Spot Createaccount Example

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Spot Createaccount 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": "createAccount",
  "method": "POST",
  "path": "/setup/account",
  "summary": "Spot Create Account",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateaccountRequestExample",
      "example": {
        "account": {
          "name": "Example Title"
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Createaccount200Example",
      "example": {
        "request": "example_value",
        "response": {
          "items": [
            {}
          ]
        }
      }
    }
  ]
}