Guest User

data.json

a guest
Aug 24th, 2014
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [{
  2.     "net_address": "10.0.0.0",
  3.     "net_masklength": 16,
  4.     "description": "CompanyX B.V.",
  5.     "type": "supernet",
  6.     "children": [
  7.         {
  8.             "net_address": "10.0.1.0",
  9.             "net_masklength": 24,
  10.             "type": "supernet",
  11.             "url": "http://localhost/10.0.1.0-24",
  12.             "description": "Internal",
  13.             "children": [
  14.                 {
  15.                     "net_address": "10.0.1.64",
  16.                     "net_masklength": 26,
  17.                     "url": "http://localhost/10.0.1.64-26",
  18.                     "type": "subnet",
  19.                     "description": "VOIP",
  20.                     "hosts": [
  21.                         {
  22.                             "ip": "10.0.1.70",
  23.                             "fqdn": "test.CompanyX.nl",
  24.                             "url": "http://localhost/host/test.CompanyX.nl"
  25.                         }
  26.                     ]
  27.                 },
  28.                 {
  29.                     "net_address": "10.0.1.128",
  30.                     "net_masklength": 26,
  31.                     "url": "http://localhost/10.0.1.128-26",
  32.                     "type": "subnet",
  33.                     "description": "Clients",
  34.                     "hosts": [
  35.                         {
  36.                             "ip": "10.0.1.150",
  37.                             "fqdn": "test2.CompanyX.nl",
  38.                             "url": "http://localhost/host/test2.CompanyX.nl"
  39.                         }
  40.                     ]
  41.                 }
  42.             ]
  43.         },
  44.         {
  45.             "net_address": "10.0.100.0",
  46.             "net_masklength": 24,
  47.             "url": "http://localhost/10.0.100.0-24",
  48.             "type": "supernet",
  49.             "description": "Datacenter",
  50.             "children": [
  51.                 {
  52.                     "net_address": "10.0.100.64",
  53.                     "net_masklength": 26,
  54.                     "url": "http://localhost/10.0.100.64-26",
  55.                     "type": "subnet",
  56.                     "description": "Cloud",
  57.                     "hosts": [
  58.                         {
  59.                             "ip": "10.0.100.70",
  60.                             "fqdn": "test3.CompanyX.nl",
  61.                             "url": "http://localhost/host/test3.CompanyX.nl"
  62.                         }
  63.                     ]
  64.                 },
  65.                 {
  66.                     "net_address": "10.0.100.128",
  67.                     "net_masklength": 26,
  68.                     "url": "http://localhost/10.0.100.128-26",
  69.                     "type": "subnet",
  70.                     "description": "Grid",
  71.                     "hosts": [
  72.                         {
  73.                             "ip": "10.0.100.150",
  74.                             "fqdn": "test4.CompanyX.nl",
  75.                             "url": "http://localhost/host/test4.CompanyX.nl"
  76.                         }
  77.                     ]
  78.                 }
  79.             ]
  80.         },
  81.         {
  82.             "net_address": "10.0.200.0",
  83.             "net_masklength": 24,
  84.             "url": "http://localhost/10.0.200.0-24",
  85.             "type": "supernet",
  86.             "description": "LAB",
  87.             "children": [
  88.                 {
  89.                     "net_address": "10.0.200.64",
  90.                     "net_masklength": 26,
  91.                     "url": "http://localhost/10.0.200.64-26",
  92.                     "type": "subnet",
  93.                     "description": "test",
  94.                     "hosts": [
  95.                         {
  96.                             "ip": "10.0.200.70",
  97.                             "fqdn": "test5.CompanyX.nl",
  98.                             "url": "http://localhost/host/test5.CompanyX.nl"
  99.                         }
  100.                     ]
  101.                 },
  102.                 {
  103.                     "net_address": "10.0.200.128",
  104.                     "net_masklength": 26,
  105.                     "url": "http://localhost/10.0.200.128-26",
  106.                     "type": "subnet",
  107.                     "description": "equipment",
  108.                     "hosts": [
  109.                         {
  110.                             "ip": "10.0.200.150",
  111.                             "fqdn": "test6.CompanyX.nl",
  112.                             "url": "http://localhost/host/test6.CompanyX.nl"
  113.                         }
  114.                     ]
  115.                 }
  116.             ]
  117.         }        
  118.  
  119.     ]
  120. },
  121. {
  122.     "net_address": "10.20.0.0",
  123.     "net_masklength": 16,
  124.     "description": "CompanyX B.V.",
  125.     "type": "supernet",
  126.     "children": [
  127.         {
  128.             "net_address": "10.20.200.0",
  129.             "net_masklength": 24,
  130.             "url": "http://localhost/10.20.200.0-24",
  131.             "type": "supernet",
  132.             "description": "LAB",
  133.     }
  134.     ]
  135. }]
Advertisement
Add Comment
Please, Sign In to add comment