1listDomainMappings = [
2    {
3        "cacheKeyQueryRule": "include-all",
4        "cname": "cdnakauuiet7s6u6.cdnedge.bluemix.net",
5        "createDate": "2020-09-29T15:19:01-06:00",
6        "domain": "test.example.com",
7        "header": "test.example.com",
8        "httpPort": 80,
9        "originHost": "1.1.1.1",
10        "originType": "HOST_SERVER",
11        "path": "/",
12        "protocol": "HTTP",
13        "status": "CNAME_CONFIGURATION",
14        "uniqueId": "9934111111111",
15        "vendorName": "akamai"
16    }
17]
18
19listDomainMappingByUniqueId = [
20    {
21        "cname": "cdnakauuiet7s6u6.cdnedge.bluemix.net",
22        "performanceConfiguration": "Large file optimization",
23        "domain": "test.example.com",
24        "header": "test.example.com",
25        "httpPort": 80,
26        "originHost": "1.1.1.1",
27        "originType": "HOST_SERVER",
28        "path": "/",
29        "protocol": "HTTP",
30        "status": "CNAME_CONFIGURATION",
31        "uniqueId": "9934111111111",
32        "vendorName": "akamai"
33    }
34]
35
36updateDomainMapping = [
37    {
38        "createDate": "2021-02-09T19:32:29-06:00",
39        "originType": "HOST_SERVER",
40        "path": "/*",
41        "performanceConfiguration": "Large file optimization",
42        "protocol": "HTTP",
43        "respectHeaders": True,
44        "uniqueId": "424406419091111",
45        "vendorName": "akamai",
46        "header": "www.test.com",
47        "httpPort": 83,
48        "cname": "cdn.test.cloud",
49        "originHost": "1.1.1.1",
50        "cacheKeyQueryRule": "include: test"
51    }
52]
53