1listOriginPath = [
2    {
3        "header": "test.example.com",
4        "httpPort": 80,
5        "mappingUniqueId": "993419389425697",
6        "origin": "10.10.10.1",
7        "originType": "HOST_SERVER",
8        "path": "/example",
9        "status": "RUNNING"
10    },
11    {
12        "header": "test.example.com",
13        "httpPort": 80,
14        "mappingUniqueId": "993419389425697",
15        "origin": "10.10.10.1",
16        "originType": "HOST_SERVER",
17        "path": "/example1",
18        "status": "RUNNING"
19    }
20]
21
22createOriginPath = [
23    {
24        "header": "test.example.com",
25        "httpPort": 80,
26        "mappingUniqueId": "993419389425697",
27        "origin": "10.10.10.1",
28        "originType": "HOST_SERVER",
29        "path": "/example",
30        "status": "RUNNING",
31        "bucketName": "test-bucket",
32        'fileExtension': 'jpg',
33        "performanceConfiguration": "General web delivery"
34    }
35]
36
37deleteOriginPath = "Origin with path /example/videos/* has been deleted"
38