Automatic transfer of volume data
Activation of automatic transfer
Automated transfer of volume data is activated by configuration using the following parameters:
Parent | Parameter | Value |
---|---|---|
|
|
|
|
|
(respective as IP address |
|
|
|
When running multiple productive tia® Content Server Core instances, all must be configured identically.
Proxy Configuration
When internet access is not possible to the tia® Content Server Core, specify a proxy connection.
Parent | Parameter | Value |
---|---|---|
|
|
|
|
|
|
|
|
|
When proxy does not require authentification, do not configure proxy.user
and proxy.password
parameters.
For further configuration of frequency and retry-behaviour in case of connection issues, see Other volume measurement configuration .
Example
Activation of automatic transfer in application.yml
file with proxy configuration and volume period.
volumecounter:
mode: file
file:
counterSender:
targetUrl: https://vcrs.kgs-cloud.de
isActive: true
maxDays: 90
proxy:
uri: <yourProxyURL>
user: <yourProxyUser>
password: <yourProxyPassword>