Rust API client for databricks_rust_jobs
The Jobs API allows you to create, edit, and delete jobs. You should never hard code secrets or store them in plain text. Use the Secrets API to manage secrets in the Databricks CLI. Use the Secrets utility to reference secrets in notebooks and jobs.
Overview
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
API version: 2.1
Package version: 2.1.0
Build package:
org.openapitools.codegen.languages.RustClientCodegen
Installation
Put the package under your project folder in a directory named databricks_rust_jobs
and add the following to Cargo.toml
under [dependencies]
:
Documentation for API Endpoints
All URIs are relative to https:///api
DefaultApi
POST /2.1/jobs/create
Create a new job
DefaultApi
POST /2.1/jobs/delete
Delete a job
DefaultApi
GET /2.1/jobs/get
Get a single job
DefaultApi
GET /2.1/jobs/list
List all jobs
DefaultApi
POST /2.1/jobs/reset
Overwrites all settings for a job
DefaultApi
POST /2.1/jobs/run-now
Trigger a new job run
DefaultApi
POST /2.1/jobs/runs/cancel
Cancel a job run
DefaultApi
POST /2.1/jobs/runs/cancel-all
Cancel all runs of a job
DefaultApi
POST /2.1/jobs/runs/delete
Delete a job run
DefaultApi
GET /2.0/jobs/runs/export
Export and retrieve a job run
DefaultApi
GET /2.1/jobs/runs/get
Get a single job run
DefaultApi
GET /2.1/jobs/runs/get-output
Get the output for a single run
DefaultApi
GET /2.1/jobs/runs/list
List runs for a job
DefaultApi
POST /2.1/jobs/runs/repair
Repair a job run
DefaultApi
POST /2.1/jobs/runs/submit
Create and trigger a one-time run
DefaultApi
POST /2.1/jobs/update
Partially updates a job
Documentation For Models
To get access to the crate's generated documentation, use:
Author
Last updated