ImportJobs - 批量导入任务

批量导入任务。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
ClusterIdstring

集群 ID

xxljob-b6ec1xxxx
Overwriteboolean

如果已存在,是否覆盖。

  • true:覆盖
  • false:不覆盖

默认值为 true

true
Contentstring

导入内容

{ "kind": "SchedulerXJobs", "type": "JSON", "version": "2.0", "content": [ { "appName": "xxl-job-executor-perf-test-xx", "groupId": "xxl-job-executor-perf-test-xx", "description": "xxl-job-executor-xx", "jobConfigInfo": [ { "jobHandler": "testJobVoidHandler", "dataOffset": 0, "executeMode": "standalone", "monitorConfigInfo": { "alarmType": "CustomContacts", "failLimitTimes": 1, "failEnable": true, "failRate": 100, "timeoutKillEnable": false, "missWorkerEnable": false, "sendChannel": "webhook", "timeoutEnable": true, "timeout": 7200, "daysOfDeadline": 0, "successNotice": false }, "attemptInterval": 30, "cleanMode": "{\"cleanMode\":\"NUM_ONLY\",\"totalRemain\":300}", "description": "", "routeStrategy": 1, "userName": "xx", "userId": "xx", "content": "{\"jobHandler\":\"testJobVoidHandler\"}", "maxConcurrency": 1, "maxAttempt": 0, "name": "perf_auto_test_0", "xattrs": "", "jobType": "xxljob", "contentType": 1, "parameters": "success-withMsg", "timeConfig": { "calendar": "", "dataOffset": 0, "timeType": 1, "paramMap": {}, "timeExpression": "* * * * * ?" }, "contactInfoList": [], "status": 0 } ] } ] }
AutoCreateAppboolean

自动创建应用

true

返回参数

名称类型描述示例值
object

Schema of Response

Codeinteger

响应码

200
RequestIdstring

本次调用请求的 ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。

9A48E22F-F30A-5CE5-AC7A-E0FED1B6942E
Messagestring

错误信息

Parameter check error
Successboolean

是否调用成功。

  • true:调用成功。
  • false:调用失败。
true

示例

正常返回示例

JSON格式

{
  "Code": 200,
  "RequestId": "9A48E22F-F30A-5CE5-AC7A-E0FED1B6942E",
  "Message": "Parameter check error",
  "Success": true
}

错误码

HTTP status code错误码错误信息描述
400InvalidParameterParameter error: %s.参数错误: %s
401IllegalRequestIllegalRequest: %s.非法请求:%s
403NoPermissionNo permission to perform this operation: %s.没有权限去执行该操作:%s
404NotFoundNot found: %s.资源不存在:%s
500InternalErrorInternalError: %s.系统内部错误:%s

访问错误中心查看更多错误码。