The system administrator can configure the following service configuration parameters in the pomDashboardAnalytics.properties file located on the POM server at:
/opt/Avaya/avpom/POManager/config/
|
Service configuration parameter
|
Description
|
|
server.port
|
The port on which the Supervisor Dashboard service is running.
The default port is 9097.
|
|
security.allowedOrigins
|
Allowed domains from which the request should be processed.
|
|
accesstoken.validity
|
The validity of the access token used to access Rest services.
The default value is 15 minutes.
|
|
refreshToken.validity
|
The validity of the refresh token used to autogenerate the access token.
The default value is 1440 minutes.
|
|
refreshrate
|
Time in milliseconds at which the service sends data to the client.
The default value is 5000 milliseconds.
|
-
The data comes from the server every 5 seconds, by default, to the client.
-
The refreshrate parameter controls the update interval.
-
State changes that occur during the refresh rate interval are skipped.
-
If there is an active web socket connection on the dashboard, the dashboard does not timeout.
-
The User Preferences page has no active web socket connection, therefore, it would timeout in 15 minutes by default. You can configure the timeout on the server using the accesstoken.validity=<time in minutes> option.