Versions Compared

Key

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

...

An example JSON file "device-description.json" is provided below:

{
    "devices":
    {
        "rest:192.168.1.1:80":
 {                  {
"rest":
            {
               "username": "server",
               "password": "",
                               "username": "server",
"password": "",
"ip": "192.168.1.1",
               "port": 80,
                               "port": 80,
"protocol": "http",
                "url": "",
               "testUrl": "",
               "manufacturer": "GenuineIntel",
                              "testUrl": "",
"manufacturer": "GenuineIntel",
"hwVersion": "Intel(R) Xeon(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz",
               "swVersion": "Click 2.1"
           },
           "basic": {
 CPU E5-2667 v3 @ 3.20GHz",
"swVersion": "Click 2.1"
},
"basic":
            {
               "driver": "restServer"
           }
       }
               }
}
}
}

Note that manufacturer, hwVersion, swVersion, and driver fields are sensitive pieces of information related to the server device driver.

...