1getAvailableRouters = [{
2    "accountId": 1,
3    "fullyQualifiedDomainName": "bcr01.dal01.softlayer.com",
4    "hostname": "bcr01.dal01",
5    "id": 1,
6    "topLevelLocation": {
7        "id": 3,
8        "longName": "Dallas 1",
9        "name": "dal01",
10    }
11}]
12
13createObject = {
14    "accountId": 123,
15    "backendRouterId": 444,
16    "createDate": "2019-01-18T16:08:44-06:00",
17    "id": 5555,
18    "modifyDate": None,
19    "name": "test01",
20    "ruleId": 1
21}
22getObject = {
23    "createDate": "2019-01-17T14:36:42-06:00",
24    "id": 1234,
25    "name": "test-group",
26    "backendRouter": {
27        "hostname": "bcr01a.mex01",
28        "id": 329266
29    },
30    "guests": [{
31        "accountId": 123456789,
32        "createDate": "2019-01-17T16:44:46-06:00",
33        "domain": "test.com",
34        "fullyQualifiedDomainName": "issues10691547765077.test.com",
35        "hostname": "issues10691547765077",
36        "id": 69131875,
37        "maxCpu": 1,
38        "maxMemory": 1024,
39        "placementGroupId": 1234,
40        "provisionDate": "2019-01-17T16:47:17-06:00",
41        "activeTransaction": {
42            "id": 107585077,
43            "transactionStatus": {
44                "friendlyName": "TESTING TXN",
45                "name": "RECLAIM_WAIT"
46            }
47        },
48        "globalIdentifier": "c786ac04-b612-4649-9d19-9662434eeaea",
49        "primaryBackendIpAddress": "10.131.11.14",
50        "primaryIpAddress": "169.57.70.180",
51        "status": {
52            "keyName": "DISCONNECTED",
53            "name": "Disconnected"
54        }
55    }],
56    "rule": {
57        "id": 1,
58        "keyName": "SPREAD",
59        "name": "SPREAD"
60    }
61}
62
63deleteObject = True
64