Spot · Example Payload

Spot Createaccountfamily Example

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Spot Createaccountfamily 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": "createAccountFamily",
  "method": "POST",
  "path": "/billingEngine/family",
  "summary": "Spot Create Account Family",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateaccountfamilyRequestExample",
      "example": {
        "family": {
          "name": "Example Title",
          "description": "A sample description.",
          "accountIds": [
            "example_value"
          ]
        }
      }
    }
  ],
  "responseExamples": []
}