Path: / administration / trigger / enabled

to start (enable) the event scheduler and and immediately trigger a staging (several successive start are allowed)


Resource Methods
Method Summary
NameDescription
PUT /administration/trigger/enabledto start (enable) the event scheduler and and immediately trigger a staging (several successive start are allowed)
DELETE /administration/trigger/enabledto stop (disable) the event scheduler (several successive stop are allowed)

Method Detail

PUT /administration/trigger/enabled

to start (enable) the event scheduler and and immediately trigger a staging (several successive start are allowed)

HTTP Example:
PUT /administration/trigger/enabled
Output:
Response
Produces:
application/json
HTTP return codes:
200 - if no error occurred
500 - if any error

DELETE /administration/trigger/enabled

to stop (disable) the event scheduler (several successive stop are allowed)

HTTP Example:
DELETE /administration/trigger/enabled
Output:
Response
Produces:
application/json
HTTP return codes:
200 - if no error occurred
500 - if any error