Databricks · Example Payload

Databricks Createcluster Example

Artificial IntelligenceAnalyticsApache SparkBig DataCleanroomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine-LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualize

Databricks Createcluster Example is an example object payload from Databricks, 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": "createCluster",
  "method": "POST",
  "path": "/2.0/clusters/create",
  "summary": "Databricks Create a New Cluster",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateclusterRequestExample",
      "example": {
        "cluster_name": "example_value",
        "spark_version": "example_value",
        "node_type_id": "500123",
        "driver_node_type_id": "500123",
        "num_workers": 10,
        "autoscale": {
          "min_workers": 10,
          "max_workers": 10
        },
        "spark_conf": "example_value",
        "aws_attributes": {
          "first_on_demand": 10,
          "availability": "SPOT",
          "zone_id": "500123",
          "instance_profile_arn": "example_value",
          "spot_bid_price_percent": 10,
          "ebs_volume_type": "GENERAL_PURPOSE_SSD",
          "ebs_volume_count": 10,
          "ebs_volume_size": 10
        },
        "azure_attributes": {
          "first_on_demand": 10,
          "availability": "SPOT_AZURE",
          "spot_bid_max_price": 42.5
        },
        "gcp_attributes": {
          "use_preemptible_executors": true,
          "google_service_account": "example_value",
          "availability": "GCP_PREEMPTIBLE"
        },
        "custom_tags": "example_value",
        "spark_env_vars": "example_value",
        "autotermination_minutes": 10,
        "enable_elastic_disk": true,
        "instance_pool_id": "500123",
        "policy_id": "500123",
        "enable_local_disk_encryption": true,
        "runtime_engine": "STANDARD",
        "data_security_mode": "NONE",
        "single_user_name": "example_value",
        "init_scripts": [
          {
            "workspace": {},
            "volumes": {},
            "dbfs": {}
          }
        ],
        "ssh_public_keys": [
          "example_value"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Createcluster200Example",
      "example": {
        "cluster_id": "500123"
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/databricks-createcluster-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.