Simon Hunt

CORD Subscriber GUI -- Added sample data formats from XOS API.

Change-Id: Ie4d54ba9085069a26f7fbd1c8eaffc5bad8a8ffb
{
"users": [
{
"role": "admin",
"name": "mom",
"id": 1
},
{
"role": "admin",
"name": "dad",
"id": 2
},
{
"role": "user",
"name": "kid1",
"id": 3
},
{
"role": "user",
"name": "kid2",
"id": 4
}
]
}
{
"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"
}
{
"subscribers": [
{
"humanReadableName": "vOLT on service 16",
"id": 8,
"service_specific_id": "9999",
"vlan_id": 8888,
"vcpe_id": 9,
"sliver": 379,
"sliver_name": "onlab_test405",
"image": 29,
"image_name": "Ubuntu 14.04 LTS",
"firewall_enable": true,
"firewall_rules": "accept tcp anywhere anywhere dpt 80\naccept tcp anywhere anywhere dpt 443\naccept tcp anywhere anywhere dpt 22",
"url_filter_enable": true,
"url_filter_rules": "allow all",
"url_filter_level": "PG",
"cdn_enable": false,
"vbng_id": 10,
"routeable_subnet": "placeholder-from-observer"
},
{
"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"
}
]
}