Spot · Example Payload

Spot Setupcostintelligence Example

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Spot Setupcostintelligence 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": "setupCostIntelligence",
  "method": "POST",
  "path": "/costIntelligence/setup",
  "summary": "Spot Set up Cost Intelligence",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "SetupcostintelligenceRequestExample",
      "example": {
        "costIntelligence": {
          "cloudProvider": "aws",
          "billingAccountId": "500123"
        }
      }
    }
  ],
  "responseExamples": []
}