summaryrefslogtreecommitdiffstats
path: root/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui')
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-0.json24
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json33
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/dashboard-0.json9
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/dashboard-1.json9
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/users-0.json28
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/users-1.json44
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/sample.json13
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-services-cdn-clear.json3
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-services-cdn-set.json3
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-services.json5
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-url-filtering-pg.json3
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-url-filtering-r.json3
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-users.json24
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1.json19
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92-services.json5
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92-users-2-url_filtering-PG.json4
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92-users-MOD.json25
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92-users.json24
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92.json23
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber.json142
20 files changed, 0 insertions, 443 deletions
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-0.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-0.json
deleted file mode 100644
index 904ad618..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-0.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "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" }
- ]
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json
deleted file mode 100644
index 035f23fb..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "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" }
- ]
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/dashboard-0.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/dashboard-0.json
deleted file mode 100644
index 9be565f4..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/dashboard-0.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "bundle": "Basic Bundle",
- "users": [
- { "id": 1, "name": "Mom's MacBook", "mac": "00:11:22:33:44:55" },
- { "id": 1, "name": "Dad's iPad", "mac": "00:11:22:33:44:66" },
- { "id": 1, "name": "Dick's laptop", "mac": "00:11:22:33:44:77" },
- { "id": 1, "name": "Jane's laptop", "mac": "00:11:22:33:44:88" }
- ]
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/dashboard-1.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/dashboard-1.json
deleted file mode 100644
index eaf14ff2..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/dashboard-1.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "bundle": "Family Bundle",
- "users": [
- { "id": 1, "name": "Mom's MacBook", "mac": "00:11:22:33:44:55" },
- { "id": 1, "name": "Dad's iPad", "mac": "00:11:22:33:44:66" },
- { "id": 1, "name": "Dick's laptop", "mac": "00:11:22:33:44:77" },
- { "id": 1, "name": "Jane's laptop", "mac": "00:11:22:33:44:88" }
- ]
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/users-0.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/users-0.json
deleted file mode 100644
index 68b241c3..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/users-0.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "users": [
- {
- "id": 1,
- "name": "Mom's MacBook",
- "mac": "01:02:03:04:05:06",
- "profile": { }
- },
- {
- "id": 2,
- "name": "Dad's iPad",
- "mac": "01:02:03:04:05:77",
- "profile": { }
- },
- {
- "id": 3,
- "name": "Dick's laptop",
- "mac": "01:02:03:04:05:88",
- "profile": { }
- },
- {
- "id": 4,
- "name": "Jane's laptop",
- "mac": "01:02:03:04:05:99",
- "profile": { }
- }
- ]
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/users-1.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/users-1.json
deleted file mode 100644
index f33625ca..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/users-1.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "users": [
- {
- "id": 1,
- "name": "Mom's MacBook",
- "mac": "010203040506",
- "profile": {
- "url_filter": {
- "level": "R"
- }
- }
- },
- {
- "id": 2,
- "name": "Dad's iPad",
- "mac": "010203040507",
- "profile": {
- "url_filter": {
- "level": "R"
- }
- }
- },
- {
- "id": 3,
- "name": "Dick's laptop",
- "mac": "010203040508",
- "profile": {
- "url_filter": {
- "level": "PG_13"
- }
- }
- },
- {
- "id": 4,
- "name": "Jane's laptop",
- "mac": "010203040509",
- "profile": {
- "url_filter": {
- "level": "PG"
- }
- }
- }
- ]
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/sample.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/sample.json
deleted file mode 100644
index 34ea2462..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/sample.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "comment": [
- "This is a sample JSON File",
- "Which can contain fake data."
- ],
- "fake": true,
- "numbers": [ 1, 2, 3 ],
- "map": {
- "x": 100,
- "y": 200,
- "z": 32
- }
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-services-cdn-clear.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-services-cdn-clear.json
deleted file mode 100644
index 2dc4da3c..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-services-cdn-clear.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "cdn": false
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-services-cdn-set.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-services-cdn-set.json
deleted file mode 100644
index f61769fe..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-services-cdn-set.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "cdn": true
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-services.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-services.json
deleted file mode 100644
index 8cbad370..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-services.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "firewall": true,
- "cdn": true,
- "url_filter": true
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-url-filtering-pg.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-url-filtering-pg.json
deleted file mode 100644
index 40125eaf..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-url-filtering-pg.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "level": "PG"
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-url-filtering-r.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-url-filtering-r.json
deleted file mode 100644
index 63bc45cb..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-url-filtering-r.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "level": "R"
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-users.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-users.json
deleted file mode 100644
index 93ea5b97..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1-users.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "users": [
- {
- "id": 1,
- "name": "Mom's MacBook",
- "mac": "01:02:03:04:05:06"
- },
- {
- "id": 2,
- "name": "Dad's iPad",
- "mac": "01:02:03:04:05:77"
- },
- {
- "id": 3,
- "name": "Dick's laptop",
- "mac": "01:02:03:04:05:88"
- },
- {
- "id": 4,
- "name": "Jane's laptop",
- "mac": "01:02:03:04:05:99"
- }
- ]
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1.json
deleted file mode 100644
index 64a17ebf..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-1.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "humanReadableName": "vOLT on service 16",
- "id": 1,
- "service_specific_id": "",
- "vlan_id": null,
- "vcpe_id": 2,
- "sliver": 384,
- "sliver_name": "onlab_vcpe",
- "image": 29,
- "image_name": "Ubuntu 14.04 LTS",
- "firewall_enable": true,
- "firewall_rules": "accept all anywhere anywhere",
- "url_filter_enable": true,
- "url_filter_rules": "allow all",
- "url_filter_level": "PG",
- "cdn_enable": true,
- "vbng_id": 4,
- "routeable_subnet": "1.1.1.1/4"
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92-services.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92-services.json
deleted file mode 100644
index c528aeda..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92-services.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "firewall": false,
- "cdn": false,
- "url_filter": false
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92-users-2-url_filtering-PG.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92-users-2-url_filtering-PG.json
deleted file mode 100644
index f9ea56da..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92-users-2-url_filtering-PG.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "id": "2",
- "level": "PG"
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92-users-MOD.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92-users-MOD.json
deleted file mode 100644
index ae716bd7..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92-users-MOD.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "users": [
- {
- "mac": "010203040506",
- "name": "Moms laptop",
- "id": 0
- },
- {
- "mac": "010203040507",
- "name": "Dads desktop",
- "id": 1
- },
- {
- "id": 2,
- "mac": "010203040507",
- "name": "Jacks iPad",
- "level": "PG"
- },
- {
- "mac": "010203040508",
- "name": "Jills iPad",
- "id": 3
- }
- ]
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92-users.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92-users.json
deleted file mode 100644
index 692e1da5..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92-users.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "users": [
- {
- "mac": "010203040506",
- "name": "Moms laptop",
- "id": 0
- },
- {
- "mac": "010203040507",
- "name": "Dads desktop",
- "id": 1
- },
- {
- "mac": "010203040507",
- "name": "Jacks iPad",
- "id": 2
- },
- {
- "mac": "010203040508",
- "name": "Jills iPad",
- "id": 3
- }
- ]
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92.json
deleted file mode 100644
index ef880b3d..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber-92.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "humanReadableName": "vOLT on service 1",
- "id": 92,
- "service_specific_id": "33445573",
- "vlan_id": "77889908",
- "vcpe_id": 93,
- "sliver": 108,
- "sliver_name": "mysite_vcpe",
- "image": 1,
- "image_name": "Ubuntu-14.04-LTS",
- "firewall_enable": false,
- "firewall_rules": "accept all anywhere anywhere",
- "url_filter_enable": false,
- "url_filter_rules": "allow all",
- "url_filter_level": "R",
- "cdn_enable": false,
- "vbng_id": 94,
- "routeable_subnet": "",
- "nat_ip": "172.16.0.106",
- "lan_ip": "12.0.0.16",
- "wan_ip": "11.0.0.16",
- "private_ip": "10.0.6.43"
-}
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber.json
deleted file mode 100644
index a68196b2..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/xos/subscriber.json
+++ /dev/null
@@ -1,142 +0,0 @@
-{
- "subscribers": [
- {
- "humanReadableName": "vOLT on service 1",
- "id": 92,
- "service_specific_id": "33445573",
- "vlan_id": "77889908",
- "vcpe_id": 93,
- "sliver": 108,
- "sliver_name": "mysite_vcpe",
- "image": 1,
- "image_name": "Ubuntu-14.04-LTS",
- "firewall_enable": false,
- "firewall_rules": "accept all anywhere anywhere",
- "url_filter_enable": false,
- "url_filter_rules": "allow all",
- "url_filter_level": "R",
- "cdn_enable": false,
- "vbng_id": 94,
- "routeable_subnet": "",
- "nat_ip": "172.16.0.106",
- "lan_ip": "12.0.0.16",
- "wan_ip": "11.0.0.16",
- "private_ip": "10.0.6.43"
- },
- {
- "humanReadableName": "vOLT on service 1",
- "id": 138,
- "service_specific_id": "",
- "vlan_id": "100",
- "vcpe_id": 139,
- "sliver": 106,
- "sliver_name": "mysite_vcpe",
- "image": 1,
- "image_name": "Ubuntu-14.04-LTS",
- "firewall_enable": false,
- "firewall_rules": "accept all anywhere anywhere",
- "url_filter_enable": false,
- "url_filter_rules": "allow all",
- "url_filter_level": "PG",
- "cdn_enable": false,
- "vbng_id": 140,
- "routeable_subnet": "",
- "nat_ip": "172.16.0.104",
- "lan_ip": "12.0.0.14",
- "wan_ip": "11.0.0.14",
- "private_ip": "10.0.6.41"
- },
- {
- "humanReadableName": "vOLT on service 1",
- "id": 154,
- "service_specific_id": "98765",
- "vlan_id": "99",
- "vcpe_id": 155,
- "sliver": 117,
- "sliver_name": "mysite_vcpe",
- "image": 1,
- "image_name": "Ubuntu-14.04-LTS",
- "firewall_enable": false,
- "firewall_rules": "accept all anywhere anywhere",
- "url_filter_enable": false,
- "url_filter_rules": "allow all",
- "url_filter_level": "PG",
- "cdn_enable": false,
- "vbng_id": 156,
- "routeable_subnet": "",
- "nat_ip": "172.16.0.114",
- "lan_ip": "12.0.0.24",
- "wan_ip": "11.0.0.24",
- "private_ip": "10.0.6.48"
- },
- {
- "humanReadableName": "vOLT on service 1",
- "id": 157,
- "service_specific_id": "5678",
- "vlan_id": "999",
- "vcpe_id": 158,
- "sliver": 118,
- "sliver_name": "mysite_vcpe",
- "image": 1,
- "image_name": "Ubuntu-14.04-LTS",
- "firewall_enable": false,
- "firewall_rules": "accept all anywhere anywhere",
- "url_filter_enable": false,
- "url_filter_rules": "allow all",
- "url_filter_level": "PG",
- "cdn_enable": false,
- "vbng_id": 159,
- "routeable_subnet": "",
- "nat_ip": "172.16.0.119",
- "lan_ip": "12.0.0.29",
- "wan_ip": "11.0.0.29",
- "private_ip": "10.0.6.53"
- },
- {
- "humanReadableName": "vOLT on service 1",
- "id": 160,
- "service_specific_id": "1",
- "vlan_id": "100",
- "vcpe_id": 161,
- "sliver": 119,
- "sliver_name": "mysite_vcpe",
- "image": 1,
- "image_name": "Ubuntu-14.04-LTS",
- "firewall_enable": false,
- "firewall_rules": "accept all anywhere anywhere",
- "url_filter_enable": false,
- "url_filter_rules": "allow all",
- "url_filter_level": "PG",
- "cdn_enable": false,
- "vbng_id": 162,
- "routeable_subnet": "",
- "nat_ip": "172.16.0.120",
- "lan_ip": "12.0.0.30",
- "wan_ip": "11.0.0.30",
- "private_ip": "10.0.6.54"
- },
- {
- "humanReadableName": "vOLT on service 1",
- "id": 163,
- "service_specific_id": "101",
- "vlan_id": "101",
- "vcpe_id": 164,
- "sliver": 120,
- "sliver_name": "mysite_vcpe",
- "image": 1,
- "image_name": "Ubuntu-14.04-LTS",
- "firewall_enable": false,
- "firewall_rules": "accept all anywhere anywhere",
- "url_filter_enable": false,
- "url_filter_rules": "allow all",
- "url_filter_level": "PG",
- "cdn_enable": false,
- "vbng_id": 165,
- "routeable_subnet": "",
- "nat_ip": "172.16.0.121",
- "lan_ip": "12.0.0.31",
- "wan_ip": "11.0.0.31",
- "private_ip": "10.0.6.55"
- }
- ]
-}