Azure Databricks · Example Payload

Microsoft Azure Databricks Listjobruns Example

AnalyticsApache SparkBig DataData EngineeringMachine Learning

Microsoft Azure Databricks Listjobruns 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": "listJobRuns",
  "method": "GET",
  "path": "/2.1/jobs/runs/list",
  "summary": "Azure Databricks List Runs for a Job",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listjobruns200Example",
      "example": {
        "runs": [
          {
            "run_id": "500123",
            "job_id": "500123",
            "run_name": "example_value",
            "creator_user_name": "example_value",
            "number_in_job": 10,
            "tasks": [
              {}
            ],
            "cluster_spec": {
              "existing_cluster_id": "500123"
            },
            "cluster_instance": {
              "cluster_id": "500123",
              "spark_context_id": "500123"
            },
            "start_time": 10,
            "setup_duration": 10,
            "execution_duration": 10,
            "cleanup_duration": 10,
            "end_time": 10,
            "trigger": "PERIODIC",
            "run_type": "JOB_RUN",
            "attempt_number": 10,
            "run_page_url": "https://www.example.com",
            "format": "SINGLE_TASK"
          }
        ],
        "has_more": true
      }
    }
  ]
}