Spot · Example Payload

Spot Administration Create User Request Example

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Spot Administration Create User Request Example is an example object payload from Spot, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

firstNamelastNameemailrole

Example Payload

Raw ↑
{
  "firstName": "example_value",
  "lastName": "example_value",
  "email": "user@example.com",
  "role": "example_value"
}