aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json
blob: 035f23fb7cbb336f1d0d1ec0e01600c38ac20145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "bundle": {
    "id": "family",
    "name": "Family Bundle",
    "functions": [
      {
        "id": "internet",
        "name": "Internet",
        "desc": "Basic internet connectivity.",
        "params": {}
      },
      {
        "id": "firewall",
        "name": "Firewall",
        "desc": "Normal firewall protection.",
        "params": {}
      },
      {
        "id": "url_filter",
        "name": "Parental Control",
        "desc": "Variable levels of URL filtering.",
        "params": {
          "level": "PG",
          "levels": [ "PG", "PG-13", "R" ]
        }
      }
    ]
  },
  "bundles": [
    { "id": "basic", "name": "Basic Bundle" },
    { "id": "family", "name": "Family Bundle" }
  ]
}