FAQ - Auto provisioning: Interval and time window
Valid for: | N530 | N610 | N670 | N770 | N870 | N870E | Embedded Integrator | Virtual Integrator |
Introduction
The device will contact once per day the provisioning server, you can change the frequency.
From software 2.32 or higher you can also change the time span when provisioning will be executed.
Auto-provisioning
Parameter | Description |
|---|---|
Provisioning.global.Period | 0 (Default) = Check between 1 and 4 AM > 0 = Time in seconds |
New in 2.32 or higher | |
Provisioning.global.PeriodStart | Time when provisioning time span will be started |
Provisioning.global.PeriodEnd | Time when provisioning time span will be ended |
Example: <?xml version="1.0" encoding="UTF-8"?> <nvm> <!-- It's the time span when provisioning will be executed <param name="Provisioning.global.Period" value="0" /> <!-- Time when provisioning time span will be started --> <!-- Time when provisioning time span will be ended --> </nvm> </provisioning> | |