API Reference
Workflow
Requests of workflow collection
Requests
Request | Method | Path |
---|---|---|
List Workflow Compose | GET | /api/workflow/compose/ |
Create Workflow Compose | POST | /api/workflow/compose/ |
Containers Workflow Compose | GET | /api/workflow/compose/containers/ |
Events Workflow Compose | GET | /api/workflow/compose/events/ |
Logs Workflow Compose | GET | /api/workflow/compose/logs/ |
Start Workflow Compose | PUT | /api/workflow/compose/start/ |
Stop Workflow Compose | PUT | /api/workflow/compose/stop/ |
Restart Workflow Compose | PUT | /api/workflow/compose/restart/ |
Pause Workflow Compose | PUT | /api/workflow/compose/pause/ |
Unpause Workflow Compose | PUT | /api/workflow/compose/unpause/ |
Execute Workflow Compose | PUT | /api/workflow/compose/execute/ |
Kill Workflow Compose | PUT | /api/workflow/compose/kill/ |
Remove Workflow Compose | DELETE | /api/workflow/compose/ |
Remove Batch Workflow Compose | DELETE | /api/workflow/compose/batch/ |