|
| 1 | +food={"vegetables":["carrots","kale","cucumber","tomato"]} |
| 2 | + |
| 3 | + |
| 4 | +cars={"sports":{"Porsche":"Volkswagon","Viper":"Dodge","Corvette":"Chevy"}} |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | +dessert={"iceCream":["Rocky-Road","strawberry","Pistachio-Cashew","Pecan-Praline"]} |
| 9 | + |
| 10 | + |
| 11 | +soup={"soup":{"tomato":"healthy","onion":"bleh!","vegetable":"goodForYou"}} |
| 12 | + |
| 13 | + |
| 14 | +ticket={"response": {"serviceTicket": "ST-16891-ugqKRVvCfPJcEaGXnGEN-cas","idleTimeout": 1800,"sessionTimeout": 21600},"version": "1.0"} |
| 15 | + |
| 16 | + |
| 17 | +network={"Network":{"router":{"ipaddress":"192.168.1.21","mac_address":"08:56:27:6f:2b:9c"}}} |
| 18 | + |
| 19 | + |
| 20 | +hosts={"response": [{"id": "4c60d6a7-4812-40d6-a337-773af2625e56","hostIp": "65.1.1.86","hostMac": "00:24:d7:43:59:d8","hostType": "wireless"},{"id": "3ef5a7c3-7f74-4e57-a5cb-1448fbda5078","hostIp": "207.1.10.20","hostMac": "5c:f9:dd:52:07:78","hostType": "wired"},{"id": "12f9c920-24fa-4d32-bf39-4c63813aecd8","hostIp": "212.1.10.20","hostMac": "e8:9a:8f:7a:22:99","hostType": "wired"}],"version": "1.0"} |
| 21 | + |
| 22 | + |
| 23 | +devices={"response": [ |
| 24 | + { |
| 25 | + "family": "Switches and Hubs", |
| 26 | + "type": "Cisco Catalyst 2960C-8PC-L Switch", |
| 27 | + "serialNumber": "FOC1637Y3FJ", |
| 28 | + "role": "CORE", |
| 29 | + "reachabilityStatus": "Reachable", |
| 30 | + "instanceUuid": "2dc30cac-072e-4d67-9720-cc302d02695a", |
| 31 | + "id": "2dc30cac-072e-4d67-9720-cc302d02695a" |
| 32 | + }, |
| 33 | + { |
| 34 | + "family": "Unified AP", |
| 35 | + "type": "Cisco 3500I Unified Access Point", |
| 36 | + "serialNumber": "FGL1548S2YF", |
| 37 | + "role": "ACCESS", |
| 38 | + "reachabilityStatus": "Reachable", |
| 39 | + "instanceUuid": "17184480-2617-42c3-b267-4fade5f794a9", |
| 40 | + "id": "17184480-2617-42c3-b267-4fade5f794a9" |
| 41 | + } |
| 42 | + ], |
| 43 | + "version": "1.0" |
| 44 | +} |
| 45 | + |
0 commit comments