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

A set of Python libraries that assist in calling the SoftLayer API.

Results 75 softlayer-python issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/7408017/184696040-6f2590d7-1318-4ab1-9c2b-ae3b7afae1c5.png)

Bug

This block volume is being canceled, so that might be why its having trouble being displayed.... ``` $ slcli -vvv block volume-detail 167214314 Calling: SoftLayer_Network_Storage::getObject(id=167214314, mask='id,username,password,capacityGb,snapshotCapacityGb,parentVolume.snapshotSizeBytes,storageType.keyName,serviceResource.datacenter[name],serviceResourceBackendIpAddress,storageTierLevel,provisionedIops,lunId,originalVolumeName,originalSnapshotName,originalVolumeSize,activeTransactionCount,activeTransactions.transactionStatus[friendlyName],replicationPartnerCount,replicationStatus,replicationPartners[id,username,serviceResourceBackendIpAddress,serviceResource[datacenter[name]],replicationSchedule[type[keyname]]],notes', filter='None', args=(), limit=None, offset=None))...

Bug

Its being deprecated as of August 2022

Bug

As of August 2022, customer managed guests are deprecated. So anything touching https://sldn.softlayer.com/reference/datatypes/SoftLayer_Virtual_Host/ https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/getVirtualGuests/ needs to be removed.

New Feature

[#issue1725](https://github.com/softlayer/softlayer-python/issues/1725) slcli ipsec cancel 3892 --immediate --reason test --comment testcli ![image](https://user-images.githubusercontent.com/22535437/184372232-ee760255-2ee9-4b9d-9fef-dd28cfc0789d.png)

Issue: https://github.com/softlayer/softlayer-python/issues/1727 Observations: status, create date and domain columns were added ``` softlayer-python> slcli vs list ┌───────────┬─────────────────────────┬────────────────────────────────────────────────┬───────────────────┬────────────┬────────────────┬────────────────┬───────────────────────────┬──────────────────────────────────────────────────┐ │ id │ hostname │ domain │ deviceStatus.name │ datacenter │ primary_ip │...

[#issue1714](https://github.com/softlayer/softlayer-python/issues/1714) ![image](https://user-images.githubusercontent.com/22535437/182249827-ab2c0c85-ed8f-4471-8afa-6c2587bb9d3b.png)

> Reminder: No username or APIkeys should be added to these issues, as they are public. **Describe the bug** The command is not displaying status, create date and domain info,...

Bug

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

New command on ipsec cancel ![image](https://user-images.githubusercontent.com/22535437/184036064-6be258b8-77d2-4ea6-b910-05ebe6847fd7.png)

New Feature