Get Flow
|
GET |
{{baseUrl}}/orchestrator/api/flows/<flow_id>/ |
Gets the Flow by |
|---|
|
GET |
{{baseUrl}}/orchestrator/api/flows/?name__iexact=<flow name>&group__iexact=<group name> |
Gets the Flow by the Flow’s name and group. |
|---|
Get Flow Status
|
GET |
{{baseUrl}}/orchestrator/api/apps/<flow_id>/status/ |
Gets the status of the Flow. |
|---|
Create Flow
|
POST |
{{baseUrl}}/orchestrator/api/flows/ |
Creates a Flow. |
|---|
Update Flow
|
PUT |
{{baseUrl}}/orchestrator/api/flows/<flow_id>/ |
Updates the Flow. |
|---|
Delete Flow
|
DELETE |
{{baseUrl}}/orchestrator/api/flows/<flow_id>/ |
Deletes the Flow by its |
|---|