cismet / cids-server-rest

1 stars 0 forks source link

ActionAPI - new parameter "requestInstanceType" in createNewActionTask #64

Closed jeanatcismet closed 9 years ago

jeanatcismet commented 9 years ago

Currently, the createNewActionTask method does not allow to execute an action without creating an action task. But in some cases, we just want to execute an action and wait for the result. The ActionTask is not needed then, and would require another request to retrieve the result of the action.

The new parameter "requestInstanceType" allows to decide if the result of the request should be the action task (default param value = "task"), or the result (param value = "result").

ci-cismet-de commented 9 years ago

Integrated branch 'feature/64-createNewActionTask-requestInstanceType (bd26024a49e782ddee3b4ce51c5238006b0ccf14)' into 'dev (4d529937a186737bd92386b176391fe11f6f0130)' -- Build 150