1getByIpAddress = {
2    'id': 12345,
3    'ipAddress': '10.0.1.37',
4    'isBroadcast': False,
5    'isGateway': False,
6    'isNetwork': False,
7    'isReserved': False,
8    'subnetId': 5678,
9    "hardware": {
10        "id": 12856,
11        "fullyQualifiedDomainName": "unit.test.com"
12    },
13    "subnet": {
14        "broadcastAddress": "10.0.1.91",
15        "cidr": 26,
16        "gateway": "10.47.16.129",
17        "id": 258369,
18        "isCustomerOwned": False,
19        "isCustomerRoutable": False,
20        "modifyDate": "2019-04-02T13:45:52-06:00",
21        "netmask": "255.255.255.192",
22        "networkIdentifier": "10.0.1.38",
23        "networkVlanId": 1236987,
24        "sortOrder": "0",
25        "subnetType": "PRIMARY",
26        "totalIpAddresses": "64",
27        "usableIpAddressCount": "61",
28        "version": 4
29    }
30}
31
32editObject = True
33