Azure Databricks · Example Payload

Microsoft Azure Databricks Listjobs Example

AnalyticsApache SparkBig DataData EngineeringMachine Learning

Microsoft Azure Databricks Listjobs 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": "listJobs",
  "method": "GET",
  "path": "/2.1/jobs/list",
  "summary": "Azure Databricks List All Jobs",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listjobs200Example",
      "example": {
        "jobs": [
          {
            "job_id": "500123",
            "creator_user_name": "example_value",
            "run_as_user_name": "example_value",
            "created_time": 10
          }
        ],
        "has_more": true
      }
    }
  ]
}