1getObject = {
2    'accountId': 1234,
3    'backendRouterId': 1411193,
4    'backendRouter': {
5        'fullyQualifiedDomainName': 'bcr02a.dal13.softlayer.com',
6        'hostname': 'bcr02a.dal13',
7        'id': 1411193,
8        'datacenter': {
9            'id': 1854895,
10            'longName': 'Dallas 13',
11            'name': 'dal13',
12
13        }
14    },
15    'createDate': '2018-09-24T16:33:09-06:00',
16    'id': 3103,
17    'modifyDate': '',
18    'name': 'test-capacity',
19    'instances': [
20        {
21            'createDate': '2018-09-24T16:33:09-06:00',
22            'guestId': 62159257,
23            'id': 3501,
24            'billingItem': {
25                'id': 348319479,
26                'recurringFee': '3.04',
27                'category': {'name': 'Reserved Capacity'},
28                'item': {
29                    'keyName': 'B1_1X2_1_YEAR_TERM'
30                }
31            },
32            'guest': {
33                'domain': 'cgallo.com',
34                'hostname': 'test-reserved-instance',
35                'id': 62159257,
36                'modifyDate': '2018-09-27T16:49:26-06:00',
37                'primaryBackendIpAddress': '10.73.150.179',
38                'primaryIpAddress': '169.62.147.165'
39            }
40        },
41        {
42            'createDate': '2018-09-24T16:33:10-06:00',
43            'guestId': 62159275,
44            'id': 3519,
45            'billingItem': {
46                'id': 348319443,
47                'recurringFee': '3.04',
48                'category': {
49                    'name': 'Reserved Capacity'
50                },
51                'item': {
52                    'keyName': 'B1_1X2_1_YEAR_TERM'
53                }
54            }
55        }
56    ]
57}
58
59
60getObject_pending = {
61    'accountId': 1234,
62    'backendRouterId': 1411193,
63    'backendRouter': {
64        'fullyQualifiedDomainName': 'bcr02a.dal13.softlayer.com',
65        'hostname': 'bcr02a.dal13',
66        'id': 1411193,
67        'datacenter': {
68            'id': 1854895,
69            'longName': 'Dallas 13',
70            'name': 'dal13',
71
72        }
73    },
74    'createDate': '2018-09-24T16:33:09-06:00',
75    'id': 3103,
76    'modifyDate': '',
77    'name': 'test-capacity',
78    'instances': [
79        {
80            'createDate': '2018-09-24T16:33:09-06:00',
81            'guestId': 62159257,
82            'id': 3501,
83        }
84    ]
85}
86