mirror of https://github.com/databricks/cli.git
14 lines
444 B
JSON
14 lines
444 B
JSON
[
|
|
{
|
|
"method": "POST",
|
|
"path": "/api/2.1/jobs/create",
|
|
"body": {
|
|
"name": "abc"
|
|
},
|
|
"headers": {
|
|
"Authorization": "Bearer $DATABRICKS_TOKEN",
|
|
"Content-Type": "application/json",
|
|
"User-Agent": "cli/$CLI_VERSION+bd231012d146 databricks-sdk-go/$GO_SDK_VERSION go/$GO_VERSION os/$OPERATING_SYSTEM cmd/jobs_create cmd-exec-id/<UUID> auth/pat"
|
|
}
|
|
}
|
|
] |