Documentation (Beta)
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Bulk Configurations

How to read configurations of multiple Gateways/Gateway Groups?

  1. Navigate to the GATEWAYS(GATEWAY GROUPS) tab
  2. Mark the checkbox before the desired Gateways(Gateway Groups)
  3. Press CONFIGURATION button in the tool bar. get_config0
  4. Press GET CONFIGURATION STATUS in the top of tab. get_config0.1
  5. In the opened “Configuration status table” is displayed a list of selected Gateways There should be displayed following columns:
    • Status Check Time
    • Name
    • GW-ID
    • Gateway model
    • Last Successful Update Time
    • Configuration get_config2
  6. To get detailed Configurations of Gateway press 3dots next to desired Gateway in Configuration get_config3

How to apply configuration to multiple Gateways/Gateways Groups

  1. Navigate to the GATEWAYS(GATEWAY GROUPS) tab
  2. Mark the checkbox before the desired Gateways(Gateway Groups)
  3. Press CONFIGURATION button in the tool bar. apply_config0
  4. Press APPLYE CONFIGURATION the top of tab. apply_config0.1
  5. In the opened “Add configuration” input field filled in with desired configurations(e.g.)
{
    "upgradeServer": {
        "comments": "Firmware upgrade server configuration",
        "ipkFeedURL": [
            {
                "name": "bsp",
                "url": "file:///lib/firmware/bsp"
            },
            {
                "name": "fpga",
                "url": "file:///lib/firmware/gpio-fpga"
            },
            {
                "name": "utils",
                "url": "file:///lib/firmware/utils"
            },
            {
                "name": "py",
                "url": "file:///lib/firmware/python-extra"
            },
            {
                "name": "net",
                "url": "file:///lib/firmware/networking-extra"
            },
            {
                "name": "web",
                "url": "file:///lib/firmware/webserver"
            },
            {
                "name": "admin",
                "url": "file:///lib/firmware/admin-unsafe"
            }
        ]
    }
}
  1. Press Save button. apply_config2 The new Configuration is saved to corresponding file in the Gateways side.

How to delete the configuration for the Gateway?

To Apply Configuration for a Gateway Group level, you must first delete the configuration for the Gateway if it was previously applied:

  1. Navigate to the GATEWAYS tab
  2. Mark the checkbox before the desired Gateways
  3. Press CONFIGURATION button in the tool bar. delete_config0
  4. Press APPLYE CONFIGURATION the top of tab. delete_config1
  5. In the opened confirmation window “Are you sure you want to delete configuration for 2 gateways?” press the “YES” button. delete_config2