- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
PUT /ScheduledProcess/Run
Run scheduled processes configured in VisualVault.
No Parameters.
POST /ScheduledProcess/{id}
Create a new scheduled process in VisualVault.
Route Parameters
Parameter | Type | Description |
---|---|---|
id* | Guid | The scheduled process id. |
Query Parameters
Parameter | Type | Description |
---|---|---|
action | String | Name of the scheduler action.
|
message | String | Message to include. |
result | String | Result string to include. |
Body Parameters
Parameter | Type | Description |
---|---|---|
action | String | Name of the scheduler action.
|
message | String | Message to include. |
result | String | Result string to include. |
Was this article helpful?