Bases: pecan.rest.RestController, pecan.hooks.HookController
Delete the named action.
Return the named action.
Parameters: | identifier – ID or name of the Action to get. |
---|
Return all actions.
Parameters: |
|
---|
Where project_id is the same as the requester or project_id is different but the scope is public.
Create a new action.
Update one or more actions.
Bases: pecan.rest.RestController
Delete the specified action_execution.
Return the specified action_execution.
Return all tasks within the execution.
Where project_id is the same as the requester or project_id is different but the scope is public.
Parameters: |
|
---|
Create new action_execution.
Update the specified action_execution.
Bases: pecan.rest.RestController
Return the specified action_execution.
Return all tasks within the execution.
Where project_id is the same as the requester or project_id is different but the scope is public.
Parameters: |
|
---|
Bases: pecan.rest.RestController
Delete cron trigger.
Returns the named cron_trigger.
Return all cron triggers.
Parameters: |
|
---|
Creates a new cron trigger.
Parameters: | cron_trigger – Required. Cron trigger structure. |
---|
Bases: pecan.rest.RestController
Delete the named environment.
Return the named environment.
Return all environments.
Where project_id is the same as the requester or project_id is different but the scope is public.
Parameters: |
|
---|
Create a new environment.
Update an environment.
Bases: pecan.rest.RestController
Delete event trigger.
Returns the specified event_trigger.
Return all event triggers.
Creates a new event trigger.
Updates an existing event trigger.
The exchange, topic and event can not be updated. The right way to change them is to delete the event trigger first, then create a new event trigger with new params.
Bases: pecan.rest.RestController
Delete the specified Execution.
Return the specified Execution.
Return all Executions.
Parameters: |
|
---|
Create a new Execution.
Parameters: | wf_ex – Execution object with input content. |
---|
Update the specified workflow execution.
Parameters: |
|
---|
Bases: pecan.rest.RestController
Deletes a member from the member list of a resource.
Shows resource member details.
Return all members with whom the resource has been shared.
Shares the resource to a new member.
Sets the status for a resource member.
Bases: mistral.api.controllers.resource.Resource
Action resource.
NOTE: name is immutable. Note that name and description get inferred from action definition when Mistral service receives a POST request. So they can’t be changed in another way.
Bases: mistral.api.controllers.resource.Resource
ActionExecution resource.
Bases: mistral.api.controllers.resource.ResourceList
A collection of action_executions.
Bases: mistral.api.controllers.resource.ResourceList
A collection of Actions.
Bases: mistral.api.controllers.resource.Resource
CronTrigger resource.
Bases: mistral.api.controllers.resource.ResourceList
A collection of cron triggers.
Bases: mistral.api.controllers.resource.Resource
Environment resource.
Bases: mistral.api.controllers.resource.ResourceList
A collection of Environment resources.
Bases: mistral.api.controllers.resource.Resource
EventTrigger resource.
Bases: mistral.api.controllers.resource.ResourceList
A collection of event triggers.
Bases: mistral.api.controllers.resource.Resource
Execution resource.
Bases: mistral.api.controllers.resource.ResourceList
A collection of Execution resources.
Bases: mistral.api.controllers.resource.Resource
Bases: mistral.api.controllers.resource.ResourceList
Bases: mistral.api.controllers.resource.Resource
Service resource.
Bases: mistral.api.controllers.resource.Resource
A collection of Services.
Bases: mistral.api.controllers.resource.Resource
Task resource.
Bases: mistral.api.controllers.resource.ResourceList
A collection of tasks.
Bases: mistral.api.controllers.resource.Resource
Workbook resource.
Bases: mistral.api.controllers.resource.ResourceList
A collection of Workbooks.
Bases: mistral.api.controllers.resource.Resource
Workflow resource.
Bases: mistral.api.controllers.resource.ResourceList
A collection of workflows.
Bases: object
API root controller for version 2.
Bases: mistral.api.controllers.resource.Resource
Root resource for API version 2.
It references all other resources belonging to the API.
Bases: pecan.rest.RestController
Return all tasks within the execution.
Where project_id is the same as the requester or project_id is different but the scope is public.
Parameters: |
|
---|
Bases: pecan.rest.RestController
Return all executions that belong to the given task execution.
Parameters: |
|
---|
Bases: pecan.rest.RestController
Return the specified task.
Return all tasks.
Where project_id is the same as the requester or project_id is different but the scope is public.
Parameters: |
|
---|
Update the specified task execution.
Parameters: |
|
---|
Bases: wsme.types.UserType
A simple JSON type.
alias of unicode
Bases: wsme.types.UserType
A simple list type.
alias of unicode
Validate and convert the input to a ListType.
Parameters: | value – A comma separated string of values |
---|---|
Returns: | A list of values. |
Bases: mistral.api.controllers.v2.types.ListType
A simple list type with no duplicate items.
Validate and convert the input to a UniqueListType.
Parameters: | value – A comma separated string of values. |
---|---|
Returns: | A list with no duplicate items. |
Bases: pecan.rest.RestController, pecan.hooks.HookController
Delete the named workbook.
Return the named workbook.
Return a list of workbooks.
Parameters: |
|
---|
Where project_id is the same as the requester or project_id is different but the scope is public.
Create a new workbook.
Update a workbook.
Bases: pecan.rest.RestController, pecan.hooks.HookController
Delete a workflow.
Return the named workflow.
Return a list of workflows.
Parameters: |
|
---|
Create a new workflow.
Update one or more workflows.
Parameters: | identifier – Optional. If provided, it’s UUID of a workflow. Only one workflow can be updated with identifier param. |
---|
The text is allowed to have definitions of multiple workflows. In this case they all will be updated.