apexRdsConfigServerUrl
OBJECT-TYPE
1.3.6.1.4.1.1166.1.31.19.1.1.13
Description
Rights Data Server Uniform Resource Locator (RDS-2 Server URL). This is introduced to support RDS 2 Interface since APEX 2.5 release. The syntax of this parameter shall be: [http://]<RDS-2 Server IP>[:<TCP Port>]/<Server Root Directory Path> Note: 1. The 'http://' protocol part is default and optional, 2. 'RDS-2 Server IP' is Class A, B, or C IP address, 3. 'TCP Port' is optional, if not present, default to 80, 4. 'Server Root Directory Path' is not optional e.g. http://192.168.30.107:1020/rds/controller 192.168.30.107:1020/rds/controller 192.168.30.107/rds/controller (default port is 80) The apex host will validate this parameter upon applying change, and set the following three status parameter accordingly: - apexRdsStatusServerIp - apexRdsStatusServerPort - apexRdsStatusServerRootDirPath - apexRdsStatusValidation This parameter is not changed by apexRdsSetDefault. Once written, the change to this parameter will only take immediate effect after apexRdsConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexRdsConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini')
Syntax
DisplayString (SIZE (0..254))