1getObject = {
2    'id': 1234,
3    'globalIdentifier': 'xxxxc-asd',
4    'datacenter': {'id': 12, 'name': 'DALLAS21',
5                   'description': 'Dallas 21'},
6    'billingItem': {
7        'id': 6327,
8        'recurringFee': 1.54,
9        'nextInvoiceTotalRecurringAmount': 16.08,
10        'children': [
11            {'description': 'test', 'nextInvoiceTotalRecurringAmount': 1},
12        ],
13        'orderItem': {
14            'order': {
15                'userRecord': {
16                    'username': 'bob',
17                }
18            }
19        }
20    },
21    'primaryIpAddress': '4.4.4.4',
22    'hostname': 'testtest1',
23    'domain': 'test.sftlyr.ws',
24    'bareMetalInstanceFlag': True,
25    'fullyQualifiedDomainName': 'testtest1.test.sftlyr.ws',
26    'processorPhysicalCoreAmount': 4,
27    'memoryCapacity': 4,
28    'primaryBackendIpAddress': '10.4.4.4',
29    'networkManagementIpAddress': '10.4.4.4',
30    'hardwareStatus': {'status': 'ACTIVE'},
31    'primaryNetworkComponent': {'maxSpeed': 1000, 'speed': 1000},
32    'provisionDate': '2020-08-01 15:23:45',
33    'notes': 'NOTES NOTES NOTES',
34    'operatingSystem': {
35        'softwareLicense': {
36            'softwareDescription': {
37                'referenceCode': 'UBUNTU_20_64',
38                'name': 'Ubuntu',
39                'version': 'Ubuntu 20.04 LTS',
40            }
41        },
42        'passwords': [
43            {'username': 'root', 'password': 'xxxxxxxxxxxx'}
44        ],
45    },
46    'remoteManagementAccounts': [
47        {'username': 'root', 'password': 'zzzzzzzzzzzzzz'}
48    ],
49    'networkVlans': [
50        {
51            'networkSpace': 'PRIVATE',
52            'vlanNumber': 1234,
53            'id': 11111
54        },
55    ],
56    'tagReferences': [
57        {'tag': {'name': 'a tag'}}
58    ],
59}
60
61allowAccessToNetworkStorageList = True
62