1getBillingItem = {'id': 21370814}
2getObject = {
3    'accountId': 307608,
4    'connectionLimit': 500,
5    'connectionLimitUnits': "connections/second",
6    'dedicatedFlag': False,
7    'highAvailabilityFlag': False,
8    'id': 22348,
9    'ipAddressId': 7303278,
10    'managedResourceFlag': False,
11    'sslActiveFlag': False,
12    'sslEnabledFlag': True,
13    'virtualServers': [
14        {
15            'allocation': 10,
16            'id': 50718,
17            'port': 80,
18            "serviceGroups": [
19                {
20                    'id': 51758,
21                    'routingMethodId': 10,
22                    'routingTypeId': 3,
23                    'services': [
24                        {
25                            'enabled': 1,
26                            'id': 1234,
27                            'healthChecks': [
28                                {
29                                    'id': 112112
30                                }
31                            ],
32                            'groupReferences': [
33                                {
34                                    'serviceGroupId': 51758,
35                                    'serviceId': 84986,
36                                    'weight': 2
37                                }
38                            ],
39                            'ipAddressId': 14288108,
40                            'port': 8080,
41                            'status': "DOWN"
42                        }
43                    ]
44                }
45            ],
46            "virtualIpAddress": {
47                'accountId': 307608,
48                'connectionLimit': 500,
49                'connectionLimitUnits': "connections/second",
50                'id': 22348,
51                'ipAddressId': 7303278,
52            },
53            'virtualIpAddressId': 22348
54        }]}
55getVirtualServers = [
56    {
57        "allocation": 10,
58        "id": 50718,
59        "port": 80,
60        "serviceGroups": [
61            {
62                "id": 51758,
63                "routingMethodId": 10,
64                "routingTypeId": 3,
65                "services": [
66                    {
67                        "enabled": 1,
68                        "id": 1234,
69                        "healthChecks": [
70                            {
71                                "id": 112112
72                            }
73                        ],
74                        "groupReferences": [
75                            {
76                                "serviceGroupId": 51758,
77                                "serviceId": 84986,
78                                "weight": 2
79                            }
80                        ],
81                        "ipAddressId": 14288108,
82                        "port": 8080,
83                        "status": "DOWN"
84                    }
85                ]
86            }
87        ],
88        "virtualIpAddress": {
89            "accountId": 307608,
90            "connectionLimit": 500,
91            "connectionLimitUnits": "connections/second",
92            "id": 22348,
93            "ipAddressId": 7303278,
94        },
95        "virtualIpAddressId": 22348
96    }
97]
98editObject = True
99