Spot · Example Payload

Spot Validatebillingenginesetup Example

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Spot Validatebillingenginesetup 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": "validateBillingEngineSetup",
  "method": "POST",
  "path": "/billingEngine/setup/validation",
  "summary": "Spot Validate Billing Engine Setup",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "ValidatebillingenginesetupRequestExample",
      "example": {
        "billingEngine": {
          "cloudProvider": "example_value",
          "billingAccountId": "500123"
        }
      }
    }
  ],
  "responseExamples": []
}