1getAllObjects = [
2    {'description': 'Email about your order.',
3     'enabled': True,
4     'id': 1,
5     'name': 'Order Being Reviewed'
6     },
7    {'description': 'Maintenances that will or are likely to cause service '
8                    'outages and disruptions',
9     'enabled': True,
10     'id': 8,
11     'name': 'High Impact'
12     },
13    {'description': 'Testing description.',
14     'enabled': True,
15     'id': 111,
16     'name': 'Test notification'
17     }
18]
19
20enable = True
21
22disable = True
23