OLD | NEW |
---|---|
1 { "GUID": "guid", | 1 { "GUID": "guid", |
2 "Type": "ethernet", | 2 "Type": "ethernet", |
3 "StaticIP.Address":"125.125.125.125", | 3 "StaticIPConfig": { |
4 "StaticIP.Gateway":"1.1.1.7", | 4 "Address": "125.125.125.125", |
5 "StaticIP.NameServers":"1.1.1.8,125.1.1.3", | 5 "Gateway": "1.1.1.7", |
6 "StaticIP.Prefixlen":26 | 6 "NameServers": ["1.1.1.8", "125.1.1.3"], |
7 "Prefixlen": 26 | |
8 } | |
7 } | 9 } |
OLD | NEW |