The content is currently unavailable in French. You are viewing the default English version.
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
The taskExecute command executes server task–related administrative operations.
Table: taskExecute commandsCommand | Description |
---|
TASKCMD_CANCEL | Cancels a server task (see TASKCMD_CANCEL). |
TASKCMD_DELETE | Deletes a server task (see TASKCMD_DELETE). |
TASKCMD_RESUME | Enables (resumes) a suspended task (see TASKCMD_RESUME). |
TASKCMD_SUSPEND | Disables (suspends) a server task (see TASKCMD_SUSPEND). |
TASKCMD_UPDATE | Updates task field details (see TASKCMD_UPDATE). |
TASKCMD_VIEW | Retrieves the settings of the specified server task (see TASKCMD_VIEW). |
Parameters
Table: taskExecute field attributesAttribute name | Data type | Description |
---|
TASKFLD_CREATE_TIME | DateTime | The date and time the data record was created.
|
TASKFLD_DESCRIPTION | String | The server-generated task description, e.g. the specific report name. |
TASKFLD_DOMAIN_NAME | String | The domain in which the task has been created. |
TASKFLD_END_TIME | DateTime | The date and time during task processing and the time the task is finished. |
TASKFLD_FEATURES | String | The scheduling features supported by the command. Possible values: |
TASKFLD_MODE | String | The task processing mode. This defines which server instance(s) should executed the task. Possible values: |
TASKFLD_MODIFY_TIME | DateTime | The date and time the data record was last modified.
|
TASKFLD_PROGRESS | Unsigned Integer | The task progress. Possible values: 0–10000 |
TASKFLD_SCHEDULE | Boolean | Indicates whether the task is scheduled. Possible values: |
TASKFLD_SCHEDULE_DATE | String | The scheduled date if TASKFLD_SCHEDULE_RECURRENCE is set to None. Format: DD/MM/YYYY Example: 20/07/2013 |
TASKFLD_SCHEDULE_MONTHDAY | Integer | Day of the month for which the task is scheduled, if recurring monthly. Possible values: 1–31 |
TASKFLD_SCHEDULE_MONTHS | String | Scheduled month for the recurring task. Space-separated list of applicable months. Possible values: - January
- February
- March
- April
- May
- June
- July
- August
- September
- October
- November
- December
|
TASKFLD_SCHEDULE_NOTIFY | String | Method of notification. Possible values: |
TASKFLD_SCHEDULE_RECURRENCE | String | Recurrence type. Possible values: |
TASKFLD_SCHEDULE_TIME | String | The scheduled time of the day to execute the task. Format: hh:mm Use 24-hour time. For example: 21:00 |
TASKFLD_SCHEDULE_WEEKDAYS | String | The scheduled day of the week for a recurring task. Space-separated list of applicable days. Possible values: - Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
- Sunday
|
TASKFLD_SERVER_ID | String | The IP address of the server instance the task has been assigned to. |
TASKFLD_START_TIME | DateTime | Date and time when task processing was started. |
TASKFLD_STATUS | String | Current task status as combination of different states. - Scheduled
- Disabled
- Running
- Cancelling
- Canceled
- Finished
- Failed
|
TASKFLD_STATUS_INFORMATION | String | Status information. |
TASKFLD_TASK_ID | String | The unique task ID generated by OneSpan Authentication Server. |
TASKFLD_TASK_TYPE | String | The (server-generated) task type. |
TASKFLD_USER_ID | String | The ID of the user who created the server task. |
TASKCMD_VIEW
Only the TASKFLD_TASK_ID attribute can be specified in the attributeSet input parameter of this command. This attribute is mandatory.
The following attributes will be specified in the results output parameter of this command:
Table: TASKCMD_VIEW (Supported output attributes)Attribute name | Returned |
---|
TASKFLD_CREATE_TIME | Always |
TASKFLD_DESCRIPTION | Always |
TASKFLD_END_TIME | If defined |
TASKFLD_FEATURES | Always |
TASKFLD_MODE | Always |
TASKFLD_MODIFY_TIME | Always |
TASKFLD_PROGRESS | If defined |
TASKFLD_SERVER_ID | Always |
TASKFLD_SCHEDULE | Always |
TASKFLD_SCHEDULE_DATE | Always |
TASKFLD_SCHEDULE_MONTH_DAY | Always |
TASKFLD_SCHEDULE_MONTHS | Always |
TASKFLD_SCHEDULE_NOTIFY | Always |
TASKFLD_SCHEDULE_RECURRENCE | Always |
TASKFLD_SCHEDULE_TIME | Always |
TASKFLD_SCHEDULE_WEEKDAYS | Always |
TASKFLD_START_TIME | If defined |
TASKFLD_STATUS | Always |
TASKFLD_STATUS_INFORMATION | Always |
TASKFLD_TASK_ID | Always |
TASKFLD_TASK_TYPE | Always |
TASKFLD_USER_ID | Always |
TASKCMD_DELETE
Only the TASKFLD_TASK_ID attribute can be specified in the attributeSet input parameter of this command. This attribute is mandatory.
This command returns no result attributes.
TASKCMD_UPDATE
The following attributes can be specified in the attributeSet input parameter of this command:
Table: TASKCMD_UPDATE (Supported input attributes)Attribute name | Optionality |
---|
TASKFLD_SCHEDULE | Optional
|
TASKFLD_SCHEDULE_DATE | Optional |
TASKFLD_SCHEDULE_MONTHS | Optional |
TASKFLD_SCHEDULE_MONTH_DAY | Optional
|
TASKFLD_SCHEDULE_NOTIFY | Optional
|
TASKFLD_SCHEDULE_RECURRENCE | Optional
|
TASKFLD_SCHEDULE_TIME | Optional
|
TASKFLD_SCHEDULE_WEEKDAYS | Optional |
TASKFLD_TASK_ID | Mandatory |
The following attributes will be specified in the results output parameter of this command:
Table: TASKCMD_UPDATE (Supported output attributes)Attribute name | Returned |
---|
TASKFLD_DESCRIPTION | Always |
TASKFLD_DOMAIN_NAME | Always |
TASKFLD_END_TIME | If defined |
TASKFLD_FEATURES | Always |
TASKFLD_MODE | Always |
TASKFLD_PROGRESS | If defined |
TASKFLD_SCHEDULE | Always |
TASKFLD_SCHEDULE_TIME | Always |
TASKFLD_SCHEDULE_DATE | Always |
TASKFLD_SCHEDULE_MONTHS | Always |
TASKFLD_SCHEDULE_MONTH_DAY | Always |
TASKFLD_SCHEDULE_NOTIFY | Always |
TASKFLD_SCHEDULE_RECURRENCE | Always |
TASKFLD_SCHEDULE_WEEKDAYS | Always |
TASKFLD_SERVER_ID | Always |
TASKFLD_START_TIME | If defined |
TASKFLD_STATUS | Always |
TASKFLD_STATUS_INFORMTION | Always |
TASKFLD_TASK_ID | Always |
TASKFLD_TASK_TYPE | Always |
TASKFLD_USER_ID | Always |
TASKCMD_CANCEL
Only the TASKFLD_TASK_ID attribute can be specified in the attributeSet input parameter of this command. This attribute is mandatory.
This command returns no result attributes.
TASKCMD_RESUME
This resumes a suspended server task.
Only the TASKFLD_TASK_ID attribute can be specified in the attributeSet input parameter of this command. This attribute is mandatory.
This command returns no result attributes.
TASKCMD_SUSPEND
This disables (suspends) a server task.
Only the TASKFLD_TASK_ID attribute can be specified in the attributeSet input parameter of this command. This attribute is mandatory.
This command returns no result attributes.
Cet article vous a-t-il été utile ?
Merci pour vos commentaires! Notre équipe vous répondra