Spot · Example Payload

Spot Setupbillingengine Example

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Spot Setupbillingengine 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": "setupBillingEngine",
  "method": "POST",
  "path": "/billingEngine/setup",
  "summary": "Spot Set up Billing Engine",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "SetupbillingengineRequestExample",
      "example": {
        "billingEngine": {
          "cloudProvider": "aws",
          "billingAccountId": "500123",
          "bucketName": "example_value"
        }
      }
    }
  ],
  "responseExamples": []
}