{ "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": [] }