Summary
Run a task instance.
Description
Run an instance of a task and save it to the database.
Route
POST /configuration_manager/tasks/instance/run
Roles
            admin
apiread
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| taskId | string | yes | ID of the task instance. | 
| options | object | yes | Additional options. | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| response | object | Data returned by the execution of the task instance.. |