softlayer-python icon indicating copy to clipboard operation
softlayer-python copied to clipboard

Fix bug with command - slcli cdn edit

Open edsonarios opened this issue 3 years ago • 0 comments

Issue link #1722

softlayer-python/ () $ slcli cdn edit 172498049151824 --header www.techsupport.com
┌───────────────────────────┬──────────────────────────────────────────────┐
│                      name │ value                                        │
├───────────────────────────┼──────────────────────────────────────────────┤
│               Create Date │ 2020-10-07T07:13:41-06:00                    │
│                    Header │ www.techsupport.com                          │
│                Https Port │ 80                                           │
│               Origin Type │ HOST_SERVER                                  │
│ Performance Configuration │ General web delivery                         │
│                  Protocol │ HTTPS                                        │
│           Respect Headers │ True                                         │
│                 Unique Id │ 172498049151824                              │
│               Vendor Name │ akamai                                       │
│    Cache key optimization │ include-all                                  │
│                     cname │ cdnakaog136c8gfq12000010.cdn.appdomain.cloud │
│     Origin server address │ 10.10.15.2                                   │
└───────────────────────────┴──────────────────────────────────────────────┘

softlayer-python/ () $ slcli cdn edit 172498049151824 --https-port 80
┌───────────────────────────┬──────────────────────────────────────────────┐
│                      name │ value                                        │
├───────────────────────────┼──────────────────────────────────────────────┤
│               Create Date │ 2020-10-07T07:13:41-06:00                    │
│                    Header │ www.techsupport.com                          │
│                Https Port │ 80                                           │
│               Origin Type │ HOST_SERVER                                  │
│ Performance Configuration │ General web delivery                         │
│                  Protocol │ HTTPS                                        │
│           Respect Headers │ True                                         │
│                 Unique Id │ 172498049151824                              │
│               Vendor Name │ akamai                                       │
│    Cache key optimization │ include-all                                  │
│                     cname │ cdnakaog136c8gfq12000010.cdn.appdomain.cloud │
│     Origin server address │ 10.10.15.2                                   │
└───────────────────────────┴──────────────────────────────────────────────┘

edsonarios avatar Aug 11 '22 00:08 edsonarios