aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-0.json
blob: 904ad61826d13fc2d5d0ca824fe300588109fc4f (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
{
  "bundle": {
    "id": "basic",
    "name": "Basic Bundle",
    "functions": [
      {
        "id": "internet",
        "name": "Internet",
        "desc": "Basic internet connectivity.",
        "params": {}
      },
      {
        "id": "firewall",
        "name": "Firewall",
        "desc": "Normal firewall protection.",
        "params": {}
      }
    ]
  },
  "bundles": [
    { "id": "basic", "name": "Basic Bundle" },
    { "id": "family", "name": "Family Bundle" }
  ]
}