edsonarios

Results 8 issues of edsonarios

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...

Bug

Issue link #1718 ``` softlayer-python/ () $ slcli vlan detail -h Usage: slcli vlan detail [OPTIONS] IDENTIFIER Get details about a VLAN. ┌────┬───────────────┬─────────────────────────────┐ │ │ identifier │ │ │ │...

New Feature

``` ~/ $ slcli cdn edit 172 --header www.techsupport.com SoftLayerAPIError(SoftLayer_Exception): Status [400]: HTTP port cannot be set when protocol is HTTPS. ~/ $ slcli cdn edit -h Usage: slcli cdn...

Bug

The `slcli object-storage endpoints` command needs to be updated, because now it doesn't display any data and use a deprecated request It should reflect the same data as the page...

Bug

It does not correctly call the domain data ![image](https://user-images.githubusercontent.com/43519769/164736997-71c5d903-13c9-478d-88f9-55c08201de64.png) If hostname and domain do not exist, then the "FQDN" field should not appear. ![image](https://user-images.githubusercontent.com/43519769/164737451-8a56d29f-077d-4169-837a-13c43ec5f3a8.png) Both bugs are in the same...

Bug

**Describe the bug** When we execute the `slcli account event-detail` command, the number of updates appears as 0, when it should at least be 1, since there is an element...

Bug

Issue: #1539

Bug
Documentation

Issue: #1320 ``` softlayer-python/ () $ slcli --format csv vs list id,hostname,domain,deviceStatus.name,datacenter,primary_ip,backend_ip,createDate,action 1002,adns,vmware.chechu.com,Running,dal10,48.110,122.174,2020-04-06T05:28:15-06:00,- 1323,easerverh,easerverd.cloud,Running,dal13,227.82,211.196,2022-08-11T10:52:46-06:00,- 1204,fotest,test.local,Running,dal05,148.28,12.198,2021-05-19T12:29:55-06:00,- 1278,lab-web,test.com,Running,dal05,148.27,12.203,2022-02-08T08:31:46-06:00,- 1278,lab-web,test.com,Running,dal05,148.26,12.220,2022-02-08T08:33:12-06:00,- 1023,reserved,example.com,Stopped,dal13,-,-,2020-05-12T14:10:22-06:00,- 1096,techsupport,SoftLayer-Internal-Development-Community.cloud,Running,sao01,169.57.227.67,10.151.109.245,2020-09-25T09:34:12-06:00,- ``` Note: Possible upgrade options Add option to download the output...

New Feature