Release Notes

October 6, 2023

API

  • Removed SoftLayer_Hardware::getCustomBandwidthDataByDate, SoftLayer_Hardware_Server::getCustomBandwidthDataByDate and SoftLayer_Hardware::getCustomMetricDataByDate. Please use the SoftLayer_Metric_Tracking_Object API for bandwidth data.
  • Restrict acknowledgeSupportPolicy to only allow a Customer to acknowledge for themselves

Backend

  • Fixes a problem with adding users to NON-linked SL accounts that use IBMid.

September 18, 2023

API

  • Removed unused MobileDevice classes
  • Adding LBAAS uuid to SoftLayer_Network_Subnet_IpAddress_UsageDetail::resourceContext
  • Addressed a bug where Global IP Addresses routed to compute resources were errantly reclaimed when the associated compute resource was reclaimed.

June 23, 2023

API

  • Add CoreApi SoftLayer_Network_Service_Resource_Type
  • Improved speed and reliability of bandwidth pool membership mutation methods
    • SoftLayer_Network_Bandwidth_Version1_Allotment::setVdrContents
    • SoftLayer_Network_Bandwidth_Version1_Allotment::requestVdrContentUpdates
    • SoftLayer_Network_Bandwidth_Version1_Allotment::requestVdrCancellation
  • SoftLayer_Network_Vlan::getIpAddressUsage and SoftLayer_Network_Subnet::getIpAddressUsage to provide detail on primary IP address assignment.

May 12, 2023

API

  • While authorizing Block volume, code will fetch only block (IscsiGroup) Clusters, so customer won’t face issue while authorization
  • Deleting unused API endpoints on the SoftLayer_Network_ContentDelivery_Account class
  • Adding permissions requirements to Ticket Attachment File Class
  • On hardware order containers, primaryDiskPartitionId will be ignored and removed after verify if the order container also has storageGroups.
  • 2/4/10 IOPS/GB tier enabled and 0.25 disabled in order duplicate page
  • Restore SLDN masking for SoftLayer_Network_Subnet::podName. Add for SoftLayer_Network_Vlan::podName.
  • Added VPX Bandwidth usage to the SoftLayer_Account::getBandwidthList() API endpoint

Backend

  • Updating broken links in Bandwidth Overage emails

April 28, 2023

API

  • Fixes an issue where the Refresh Dependent Duplicate PI feature would fail if a snapshot was not found. With this fix, the feature will gracefully handle cases where the snapshot is not available.
  • Improved Error Handling Documentation. Added ability to document permissions for api methods.
  • Add SoftLayer_Network_Vlan::podName
  • Better error handling for modifying storage volumes
  • Fix issue where getUpgradeItemPrices methods would mark some port speed price with currentPriceFlag set to true that were not the current price.
  • Require Permission SAML_AUTHENTICATION_MANAGE when adding SoftLayer_Account_Authentication_Attribute objects

April 14, 2023

API

  • New API getGwOrdersAllowedLicenses in SoftLayer_Network_Gateway_VersionUpgrade to get a list of gateway licenses for manufacturer and versions.
  • New API getGwOrdersAllowedOS in SoftLayer_Network_Gateway_VersionUpgrade to get a list per package of price ids for allowed vSRX or vFSA OS-es for new orders.
  • Added an API (SoftLayer_Brand::migrateExternalAccount) to allow enabled brands to migrate an external account into their brand.

Backend

  • Reduce the file volume provision time, provisioning will be faster compare to existing time of 60-80 secs
  • Throw an Exception when trying to convert a NAS volume to an independent duplicate

March 17, 2023

API

  • Remove duplicate host pool member entries
  • Add network card to the schedule new transaction firmware upgrades

March 13, 2023

API

  • Adds the SoftLayer_Product_Item Service
  • Remove all SoftLayer_Scale* classes and references
  • Deprecated unused API endpoints on the Account class
    • Account::getHistoricalTicketGraph
    • Account::getHistoricalBackupGraph
    • Account::getHistoricalUptimeGraph
    • Account::getAggregatedUptimeGraph
    • Account::getDiskUsageMetricImageByDate
    • Account::getDiskUsageMetricDataFromMetricTrackingObjectSystemByDate
    • Account::getDiskUsageMetricDataFromLegacyByDate
    • Account::getAllGroupTicketCountsByTimeframe
    • Account::getDiskUsageMetricDataByDate
    • Account::getHistoricalBandwidthGraph
  • SoftLayer_Network::disconnectPrivateEndpointService and SoftLayer_Network::connectPrivateEndpointService now require the MANAGE_PRIVATE_ENDPOINT_SERVICE permission

March 3, 2023

API

  • Removing ‘HIPAA_BRIDGE_LETTER’ option from compliance report request tool and also updating the document delivery statement in the portal.
  • Prevent obsolete Customer Permissions from being added to Customers
  • Adding exceptions and fixing parameter in SendGrid reclaims
  • Add subnet identifier as note to attached billing items.

February 10, 2023

API