Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Active Profile Option (for development purpose):

If xconf-angular-admin is run with -Dspring.profiles.active=dev UI will use not compiled .js and .css files but the source files. See xconf-angular-admin/src/main/webapp/WEB-INF/jsp/xconfindex.jsp for details. That can be useful for local development purpose, to update UI it is just needed to reload page with cache refresh option.


...

Sample Response :

Code Block
 {
    "firmwareDownloadProtocol": "http",
    "firmwareFilename": "rdkb-generic-broadband-image_default_20201222054544.rootfs.rpi-sdimgvip7802_FBT_rdk-next_20210610095056.pkg.tar.gz",
    "firmwareLocation": "xconf.rdkcentral.com",
    "firmwareVersion": "rdkb-generic-broadband-image_default_20201222054544vip7802_FBT_rdk-next_20210610095056",
  "rebootImmediately": false,
  "rebootImmediatelymandatoryUpdate": false
}

Client end verification (RPI)

...