Spot · Example Payload

Spot Createprogrammaticuser Example

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Spot Createprogrammaticuser 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": "createProgrammaticUser",
  "method": "POST",
  "path": "/setup/user/programmatic",
  "summary": "Spot Create Programmatic User",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateprogrammaticuserRequestExample",
      "example": {
        "name": "Example Title",
        "description": "A sample description.",
        "accounts": [
          {
            "id": "abc123",
            "role": "example_value"
          }
        ]
      }
    }
  ],
  "responseExamples": []
}