postApiV1SystemJobTaskGroupCreate
POST
/api/v1/system/job/task/group/create请求参数
Body 参数application/json
code
string
任务组编码
name
string
组名
type
string
可选
组类型:queue(消息队列消息发送) sql(执行sql) script(脚本执行) email(邮件发送) http(http请求)
subType
string
可选
组子类型 natsJs nats js
priority
integer <int64>
可选
组优先级: 6:critical 最高优先级 3: default 普通优先级 1:low 低优先级
env
object
环境变量
config
string
可选
示例
{
"code": "string",
"name": "string",
"type": "string",
"subType": "string",
"priority": 0,
"env": {},
"config": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
A successful response.
数据结构
code
integer
返回code
默认值:
200
msg
string
返回的消息
示例
{
"code": "200",
"msg": "string"
}
最后修改时间: 1 天前