Summary
Run an adapter task.
Description
Run an adapter task.
Route
POST /configuration_manager/tasks/run
Roles
admin
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
origin | string | yes | Origin of the task. |
taskName | string | yes | Name of the task. |
args | object | yes | Task parameters. |
options | object | yes | Additional options. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
response | object | Data returned by the exection of the adapter task. |