Spot · Example Payload

Spot Setazurecloudcredentials Example

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Spot Setazurecloudcredentials 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": "setAzureCloudCredentials",
  "method": "POST",
  "path": "/setup/credentials/azure",
  "summary": "Spot Set Azure Cloud Credentials",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "SetazurecloudcredentialsRequestExample",
      "example": {
        "credentials": {
          "clientId": "500123",
          "clientSecret": "example_value",
          "tenantId": "500123",
          "subscriptionId": "500123"
        }
      }
    }
  ],
  "responseExamples": []
}