DolphinScheduler系列(二)API调用

DolphinScheduler支持API调用接口。下面以如何调用执行流程例子为案例

API接口地址:http://192.168.8.25:12345/dolphinscheduler/doc.html?language=zh_CN&lang=cn

一、创建令牌Token

大数据DolphinScheduler系列(二)API调用插图

二、查看项目

大数据DolphinScheduler系列(二)API调用插图1
大数据DolphinScheduler系列(二)API调用插图2
postman查看项目List

三、根据项目code查看工作流ID

大数据DolphinScheduler系列(二)API调用插图3
大数据DolphinScheduler系列(二)API调用插图4
postman查看工作流的详细信息

四、根据工作流ID执行工作流

大数据DolphinScheduler系列(二)API调用插图5
大数据DolphinScheduler系列(二)API调用插图6
postman执行工作流

五、单独重新执行某个工作流实例

大数据DolphinScheduler系列(二)API调用插图7
大数据DolphinScheduler系列(二)API调用插图8