summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/netconfnode-state-service/provider/src/main/resources/sample.json
blob: b1f3e14e8805174b819d58e9a2e5012235cb2362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "config:configuration": {
    "config1": "this is a test",
    "entry": [
      {
        "setting": "setting-3",
        "value": 255
      },
      {
        "setting": "setting-1",
        "value": 1
      },
      {
        "setting": "setting-2",
        "value": 2
      }
    ],
    "config2": true
  }
}