File: SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.py

package info (click to toggle)
python-softlayer 6.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,100 kB
  • sloc: python: 53,771; makefile: 289; sh: 57
file content (37 lines) | stat: -rw-r--r-- 985 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
listOriginPath = [
    {
        "header": "test.example.com",
        "httpPort": 80,
        "mappingUniqueId": "993419389425697",
        "origin": "10.10.10.1",
        "originType": "HOST_SERVER",
        "path": "/example",
        "status": "RUNNING"
    },
    {
        "header": "test.example.com",
        "httpPort": 80,
        "mappingUniqueId": "993419389425697",
        "origin": "10.10.10.1",
        "originType": "HOST_SERVER",
        "path": "/example1",
        "status": "RUNNING"
    }
]

createOriginPath = [
    {
        "header": "test.example.com",
        "httpPort": 80,
        "mappingUniqueId": "993419389425697",
        "origin": "10.10.10.1",
        "originType": "HOST_SERVER",
        "path": "/example",
        "status": "RUNNING",
        "bucketName": "test-bucket",
        'fileExtension': 'jpg',
        "performanceConfiguration": "General web delivery"
    }
]

deleteOriginPath = "Origin with path /example/videos/* has been deleted"