-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdcobjs.json
26 lines (26 loc) · 839 Bytes
/
dcobjs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"version": "1.0",
"description": "Generic Data Center file example",
"objects": [
{
"name": "Object A name",
"id": "e7f18b60-f22d-4f42-8dc2-050490ecf6d5",
"description": "Example for IPv4 addresses",
"ranges": [
"91.198.174.192",
"20.0.0.0/24",
"10.1.1.2-10.1.1.10"
]
},
{
"name": "Object B name",
"id": "a46f02e6-af56-48d2-8bfb-f9e8738f2bd0",
"description": "Example for IPv6 addresses",
"ranges": [
"2001:0db8:85a3:0000:0000:8a2e:0370:7334",
"0064:ff9b:0000:0000:0000:0000:1234:5678/96",
"2001:0db8:85a3:0000:0000:8a2e:2020:0-2001:0db8:85a3:0000:0000:8a2e:2020:5"
]
}
]
}