调度任务列表导出
GET
/monitor/job/export
需登录
content-disposition: attachment;filename=job_export_6_1684058991890.xlsx
content-length: 19346
content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
请求参数
Query 参数
jobName
string
任务名称
示例值:
{% mock 'ctitle' %}
jobGroup
string
任务组名
示例值:
{% mock 'pick' , ['DEFAULT','SYSTEM'] %}
statusFlag
string
任务状态
示例值:
{% mock 'pick', '["0","1"]' %}
Header 参数
Authorization
string
授权令牌
默认值:
{{token_prefix}} {{token_access}}
Referer
string
必需
默认值:
{{referer}}
User-Agent
string
用户浏览器代理
默认值:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36
示例代码
返回响应
修改于 2025-02-22 15:20:21