The mistralclient.api.v2.action_executions
Module¶
-
class
mistralclient.api.v2.action_executions.
ActionExecution
(manager, data)¶ Bases:
mistralclient.api.base.Resource
-
resource_name
= 'ActionExecution'¶
-
-
class
mistralclient.api.v2.action_executions.
ActionExecutionManager
(http_client)¶ Bases:
mistralclient.api.base.ResourceManager
-
create
(name, input=None, **params)¶
-
delete
(id)¶
-
get
(id)¶
-
list
(task_execution_id=None)¶
-
resource_class
¶ alias of
ActionExecution
-
update
(id, state=None, output=None)¶
-