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. |