Azure Databricks · Example Payload

Microsoft Azure Databricks Unpincluster Example

AnalyticsApache SparkBig DataData EngineeringMachine Learning

Microsoft Azure Databricks Unpincluster Example is an example object payload from Azure 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": "unpinCluster",
  "method": "POST",
  "path": "/2.0/clusters/unpin",
  "summary": "Azure Databricks Unpin a Cluster",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UnpinclusterRequestExample",
      "example": {
        "cluster_id": "500123"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Unpincluster200Example",
      "example": {}
    }
  ]
}