Azure Databricks · Example Payload

Microsoft Azure Databricks Exportworkspaceobject Example

AnalyticsApache SparkBig DataData EngineeringMachine Learning

Microsoft Azure Databricks Exportworkspaceobject 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": "exportWorkspaceObject",
  "method": "GET",
  "path": "/2.0/workspace/export",
  "summary": "Azure Databricks Export a Workspace Object",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Exportworkspaceobject200Example",
      "example": {
        "content": "example_value",
        "file_type": "example_value"
      }
    }
  ]
}