- 18 Dec 2024
- 3 Minutes à lire
- SombreLumière
- PDF
bulkCleanupDigipassInstances (Command)
- Mis à jour le 18 Dec 2024
- 3 Minutes à lire
- SombreLumière
- PDF
Availability: OneSpan Authentication Server 3.27 and later
Scenario: Administration
The bulkCleanupDigipassInstances command deletes all authenticators instances that are not used. An authenticator instance is considered unused if another authenticator instance for the same authenticator license exists, which uses the same DIGIPASS Push Notification Identifier (PNID) but has a higher sequence number.
The command schedules a server task that processes the authenticator instances in the specified search range. The search is done in blocks of 10,000 instances. The deletion of unused authenticator instances is done in blocks of 100 instances per database transaction.
Parameters
Parameter name | Data type | Description |
---|---|---|
sessionID | String | Required. The session identifier of the current administrative session. The logon command returns this identifier after a successful logon (see logon (Command)). |
domain | String | Optional. The domain to search for unused authenticators instances. If omitted, all domains within the administrative scope of the session owner are searched. |
orgunit | String | Optional. The organizational unit (OU) to search for unused authenticators instances. If omitted, all organizational units within the administrative scope of the administrative session owner are searched. |
searchdownoupath | Boolean | Optional. Specifies whether the specified organizational unit (OU) and all child OUs should be searched. If omitted and the search scope includes an OU, either implicitly because the administrative session owner is member of an OU or explicitly because orgunit is specified, this value is handled as true. |
mode | TaskModeEnum | Required. Specifies the server on which the task should run. Possible values:
|
schedule | ScheduleChoice | Optional. Specifies the schedule that the task should run. You can also specify whether and how to notify the user when the task is completed with the notify parameter. |
notify | TaskNotifyDeliveryMethodEnum | Optional. The notification delivery method to notify the user on completion of the task. The required contact information must be defined in the respective user account. This option is only effective if schedule is set. If omitted, the user will not be notified. Possible values:
|
ScheduleChoice (Data type)
The ScheduleChoice data type contains of choice elements that define how the task should be scheduled. Only one of the choice elements can be specified.
ScheduleOnce (Data type)
Element name | Data type | Description |
---|---|---|
time | DateTime | Required. The date and time to schedule the task to run once. |
ScheduleRecurrenceDaily (Data type)
ScheduleRecurrenceMonthly (Data type)
BulkCleanupDigipassInstancesResult (Data type)
Element name | Data type | Description |
---|---|---|
taskID | String | Required. The ID of the scheduled server task. |
Example
Schedule a task to run on the fifth of March and September at 9:00 UTC to delete unused authenticators in the myDomain domain and notify by email.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:adm="http://www.vasco.com/IdentikeyServer/IdentikeyTypes/Administration"> <soapenv:Header/> <soapenv:Body> <adm:bulkCleanupDigipassInstances> <sessionID>wo]to7L]ChB^?iH1Bmi3jXUu#-ORG^Mh</sessionID> <domain>myDomain</domain> <orgunit>myOrgUnit<orgunit> <mode>Any</mode> <schedule> <monthly> <time>09:00:00Z</time> <day>5</day> <months> <March>true</March> <September>true</September> </months> </monthly> </schedule> <notify>Email</notify> </adm:bulkCleanupDigipassInstances> </soapenv:Body> </soapenv:Envelope>
Requirements
Required administrative privileges:
- Administrative Logon
- Bulk Cleanup DIGIPASS Data
- Delete DIGIPASS
- View DIGIPASS
- View Domain
- View Organizational Unit
- View Task
Additional considerations
You can configure the database chunk size for the search and the delete operations by setting the values of Task-Manager_TaskProcessing_BatchRecordCount and Task-Manager_TaskProcessing_TransactionRecordCount in the vdsConfiguration table, respectively.