blob: 904ad61826d13fc2d5d0ca824fe300588109fc4f [file] [log] [blame]
Simon Hunt24fe16a2015-05-18 12:12:19 -07001{
2 "bundle": {
Simon Huntf844f632015-05-20 19:06:35 -07003 "id": "basic",
Simon Hunt24fe16a2015-05-18 12:12:19 -07004 "name": "Basic Bundle",
5 "functions": [
6 {
7 "id": "internet",
8 "name": "Internet",
Simon Hunt41b943e2015-05-21 13:52:01 -07009 "desc": "Basic internet connectivity.",
Simon Hunt063ac112015-05-20 10:32:46 -070010 "params": {}
Simon Hunt24fe16a2015-05-18 12:12:19 -070011 },
12 {
13 "id": "firewall",
14 "name": "Firewall",
Simon Hunt41b943e2015-05-21 13:52:01 -070015 "desc": "Normal firewall protection.",
Simon Hunt063ac112015-05-20 10:32:46 -070016 "params": {}
Simon Hunt24fe16a2015-05-18 12:12:19 -070017 }
18 ]
Simon Hunta29c87b2015-05-21 09:56:19 -070019 },
20 "bundles": [
21 { "id": "basic", "name": "Basic Bundle" },
22 { "id": "family", "name": "Family Bundle" }
23 ]
Simon Hunt24fe16a2015-05-18 12:12:19 -070024}