-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathindex.html
More file actions
617 lines (506 loc) · 25 KB
/
index.html
File metadata and controls
617 lines (506 loc) · 25 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
<!doctype html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.134.1">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="SoftLayer API Examples, implementations, and release notes.">
<meta name="author" content="SoftLayer">
<title>SoftLayer API - https://sldn.softlayer.com/</title>
<link rel="canonical" href="https://sldn.softlayer.com/">
<link href="https://sldn.softlayer.com/css/main.css" rel="stylesheet">
<link href="https://sldn.softlayer.com/css/bootstrap.css" rel="stylesheet">
<link href="https://sldn.softlayer.com/css/custom.css" rel="stylesheet">
<link href="https://sldn.softlayer.com/css/monokai.css" rel="stylesheet">
<link href="https://sldn.softlayer.com/css/highlight/solarized_dark.css" rel="stylesheet">
<script src="https://sldn.softlayer.com/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link rel="shortcut icon" href="https://sldn.softlayer.com/img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Lato" />
<script src="https://sldn.softlayer.com/js/jquery-3.3.1.min.js"></script>
<script src="https://sldn.softlayer.com/js/sldn.js"></script>
<link href="https://sldn.softlayer.com/fontawesome/css/fontawesome.min.css" rel="stylesheet" type="text/css">
<link href="https://sldn.softlayer.com/fontawesome/css/brands.min.css" rel="stylesheet" type="text/css">
<link href="https://sldn.softlayer.com/fontawesome/css/solid.min.css" rel="stylesheet" type="text/css">
<script defer src="https://sldn.softlayer.com/fontawesome/js/solid.min.js"></script>
<script defer src="https://sldn.softlayer.com/fontawesome/js/brands.min.js"></script>
<script defer src="https://sldn.softlayer.com/fontawesome/js/fontawesome.min.js"></script>
<script>
var head = document.getElementsByTagName('head')[0]
var style = document.createElement('link')
style.type = 'text/css'
style.rel = 'stylesheet'
style.id = "dark-theme"
if (localStorage.getItem("dark-mode-theme") == "dark") {
style.href = '/css/dark.css'
} else {
style.href = '/css/light.css'
}
head.append(style)
</script>
<link rel="alternate" type="application/rss+xml" href="https://sldn.softlayer.com/index.xml" title="SoftLayer API" />
<script>
$(document).ready(function() {
$('table').addClass("table table-hover table-striped")
setThemeMode(localStorage.getItem("dark-mode-theme") || "dark");
})
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9XPZ9ZBSJE"></script>
<script>
var doNotTrack = false;
if ( false ) {
var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
var doNotTrack = (dnt == "1" || dnt == "yes");
}
if (!doNotTrack) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9XPZ9ZBSJE');
}
</script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="nav-container">
<div class="navbar-header" style="width: 150px">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://sldn.softlayer.com/">SoftLayer API</a>
</div>
<div class="navbar-header" style="width: calc(100% - 350px)">
<ul class="nav navbar-nav" style="width: 100%">
<li><a href="https://sldn.softlayer.com/article/">Articles</a></li>
<li><a href="https://sldn.softlayer.com/reference/softlayerapi">Docs</a></li>
<li><a href="https://sldn.softlayer.com/go/">Go</a></li>
<li><a href="https://sldn.softlayer.com/java/">Java</a></li>
<li><a href="https://sldn.softlayer.com/php/">PHP</a></li>
<li><a href="https://sldn.softlayer.com/python/">Python</a></li>
<li><a href="https://sldn.softlayer.com/rest/">Rest</a></li>
<li><a href="https://sldn.softlayer.com/ruby/">Ruby</a></li>
<li><a href="https://sldn.softlayer.com/tools/">Tools</a></li>
<li class="nav-item">
<a id="dark-toggle" class="dark-mode-toggle" aria-label="dark-mode-toggle" style="color: var(--Red); font-size: 20px">
<i class="fas fa-sun"></i>
</a>
</li>
</ul>
</div>
<div id="custom-search-input" class="pull-right" style="width: 200px">
<form class="navbar-form" role="search" method="get" action="https://www.bing.com/search">
<div class="input-group col-md-12">
<input type="text" class="form-control input-md" placeholder="Search" name="q" id="srch-term">
<input type="hidden" name="q1" value="site:sldn.softlayer.com" />
<div class="input-group-btn">
<button class="btn btn-info" type="submit">
<i class="glyphicon glyphicon-search"></i>
</button>
</div>
</div>
</form>
</div>
</div>
</nav>
<script type="text/javascript">
const darkIconClass = 'fas fa-moon'
const lightIconClass = 'fas fa-sun'
var darkCSS = $("#dark-theme");
var darkToggleIcon = $("#dark-toggle i");
function setThemeMode(mode) {
localStorage.setItem("dark-mode-theme", mode);
if (mode === "dark") {
darkToggleIcon.attr('class', darkIconClass)
} else {
darkToggleIcon.attr('class', lightIconClass)
}
}
$("#dark-toggle").click(function () {
if (darkToggleIcon.attr("class") == lightIconClass) {
setThemeMode("dark")
} else if (darkToggleIcon.attr("class") == darkIconClass) {
setThemeMode("light")
}
location.reload();
});
</script>
<div class="container">
<div class="row main-top">
<h1>Release Notes</h1>
<div class="col-md-9">
<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2026/20260109/"> January 9, 2026</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>Bandwidth overages will now be charged for customer owned devices. Charge overages for colo_hardware billing items SALES-14632</li>
<li>Remove Array Loadbalancer and MPX. Remove Array Loadbalancer and MPX Code SALES-14658</li>
<li>Fail to create Live migration transactions on PV driver failure. Pre-emptively fail live migration if PV tool check fails. VIRT-13368</li>
</ul>
</div>
</div>
</div>
</div>
<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2025/20251118/"> November 18, 2025</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>Finalize removal of Data Transfer Service (DTS). Finalize removal of Data Transfer Service (DTS) NETWORK-15144</li>
<li>SLDN removal of deprecated CDN endpoints and all associated elements. Finalize the removal of Edgecast CDN NETWORK-15035</li>
<li>Finalize removal of Mass Data Migration Service (MDMS) NETWORK-15143</li>
<li>Fix notifications for dedicated host migrations. Add customer notification tickets for Move Dedicated Host MRA action VIRT-13418</li>
<li>Fix reclaimDate on guests to 24h format VIRT-13421</li>
<li>Modify SLDN exposure for Vendor Type IO-6518</li>
<li>Deprecate IPSec VPN Products SALES-14620</li>
</ul>
</div>
</div>
</div>
</div>
<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2025/20250912/"> September 12, 2025</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>Fix dedicated host migrations to migrate all guests across different virtual hosts. VIRT-13203</li>
<li>Deprecation of all IPSec VPN services, methods, and properties.. Deprecate IPSec VPN Code NETWORK-14991</li>
<li>Deprecate Mass Data Migration Service (MDMS). Deprecate Mass Data Migration Service (MDMS) NETWORK-15099</li>
<li>Remove SoftLayer_Virtual_Guest_Block_Device_Template_Group::getRiasAccount. Remove RIAS account access API VIRT-13380</li>
</ul>
</div>
</div>
</div>
</div>
<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2025/20250815/"> August 15, 2025</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>Remove deprecated subnet binding keys NETWORK-15061</li>
<li>Update guest to set placement group id to null when deleted. Improve placement group deletion VIRT-12969</li>
<li>Correct bandwidth measurement failure for certain attached devices. NETWORK-15067</li>
<li>Fix broken live migrations due to outdated PV driver checks. Fix live migrations auto-cancelling due to ping failure VIRT-13323</li>
<li>Deprecate Content Delivery Network. CDN Deprecation USER-4982</li>
<li>Finalize removal of Auxiliary Network Status NETWORK-15052</li>
</ul>
</div>
</div>
</div>
</div>
<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2025/20250723/"> July 23, 2025</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>When calling SoftLayer_Metric_Tracking_Object::getSummaryData zeroes will be explicitly returned instead of implicitly omitted. Provide better handling for nzeroes returned by Influx for metric tracking objects NETWORK-15034</li>
<li>SLDN removal of deprecated Akamai CDN endpoints and all associated elements. Finalize the removal of Akamai CDN NETWORK-15028</li>
</ul>
</div>
</div>
</div>
</div>
<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2025/20250718/"> July 18, 2025</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>Fix issue that prevented ordering from quotes that contained virtual router appliances.. Fix check for disallowing custom disk partitions SALES-14583</li>
<li>Deprecate Content Delivery Network. Drop Akamai CDN tables NETWORK-15023</li>
<li>Deprecate CDN Marketplace product. Deprecate CDN Marketplace product SALES-14587</li>
<li>Deprecate Content Delivery Network. Deprecate Content Delivery Network products NETWORK-15008</li>
<li>Update disk image label and description. Add better label to metadata and secondary disks VIRT-13255</li>
<li>Remove unused SLDN methods SoftLayer_Metric_Tracking_Object::getDetailsForDateRange and SoftLayer_Metric_Tracking_Object::getSummary. Remove unused virtual
host MTO method calls NETWORK-15010</li>
</ul>
</div>
</div>
</div>
</div>
<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2025/20250627/"> June 27, 2025</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>Correct regression in SoftLayer_Metric_Tracking_Object::getBandwidthData(). Revert Validation Changes to the Virtual Guest Tracking Object NETWORK-14992</li>
<li>Deprecation of all Security Scanner services, methods, and properties.. Deprecate Nessus Security Scanner Code NETWORK-14963</li>
<li>Changing a premium VLAN name will change the notes of the associated billing item.. Update VLAN billing item notes when VLAN name changes NETWORK-14993</li>
</ul>
</div>
</div>
</div>
</div>
<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2025/20250531/"> May 31, 2025</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>updated validation for createFromiCos IMAGE-2598</li>
<li>Fixed a bug with retrieving virtual guests. COREDEV-4376</li>
<li>Fix Network monitoring down notifications with attached resources details. VIRT-13266</li>
<li>Deprecate the metricTrackingObject ORM key tap on SoftLayer_Network_Storage_Hub_Cleversafe_Account. Neuter the Cleversafe Account Tracking Object ORM Tap NETWORK-14710</li>
<li>Set dedicated guests without billing to private temporarily. VIRT-13245</li>
<li>PayPal payment methods are now deprecated:
<ul>
<li>SoftLayer_Account::cancelPayPalTransaction</li>
<li>SoftLayer_Account::completePayPalTransaction</li>
<li>SoftLayer_Product_Order::getExternalPaymentAuthorizationReceipt</li>
<li>SoftLayer_Product_Order::processExternalPaymentAuthorization. Disable paypal for payments SALES-14554</li>
</ul>
</li>
<li>update account license manage page to allow capacity and result limit on search and allow swd id edit on update. . Manage License Tool Enhancement IMAGE-2592</li>
<li>Allow multiple active addresses for a location. Allow multiple active addresses for a location IO-6190</li>
<li>When ordering classic compute, provision script URLs are now more strictly checked for validity.. Better URL validation for provision hooks SALES-14565</li>
</ul>
</div>
</div>
</div>
</div>
<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2025/20250430/"> April 30, 2025</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<p>For better security, in the improved API authentication system, the return object will no longer implicitly include the users’ API key. The users will still be able to request their API keys by explicitly requesting for it through <code>SoftLayer_User_Customer_ApiAuthentication::getObject</code> or <code>SoftLayer_User_Customer::getApiAuthenticationKeys</code>. We apologize in advance for any inconvenience this may cause.</p>
<p>Customers can avoid any disruption by proactively changing any API authentication where API key from returned object is utilized. This must be completed prior to 30 Apr, 2025. After this date, you may not be able to receive the API key from return object - you can get it by explicitly requesting for the key as described above.</p>
<p>See: <a href="https://cloud.ibm.com/classic-gen1/announcement/166611218">https://cloud.ibm.com/classic-gen1/announcement/166611218</a></p>
</div>
</div>
</div>
</div>
<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://sldn.softlayer.com/release_notes/2025/20250418/"> April 18, 2025</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>Task to for Ticket and EMS cleanup items. Ticket and EMS cleanup efforts CCARE-2059</li>
<li>Finalize the removal of RIR. The following list has been removed from the SLDN interface.</li>
</ul>
<h2 id="services-and-datatype">Services and DataType</h2>
<ul>
<li>SoftLayer_Account_Rwhois_Handle</li>
<li>SoftLayer_Network_Subnet_Rwhois_Data</li>
<li>SoftLayer_Network_Subnet_Swip_Transaction</li>
<li>SoftLayer_Account_Regional_Registry_Detail</li>
<li>SoftLayer_Account_Regional_Registry_Detail_Type</li>
<li>SoftLayer_Account_Regional_Registry_Detail_Property</li>
<li>SoftLayer_Account_Regional_Registry_Detail_Property_Type</li>
<li>SoftLayer_Network_Subnet_Registration</li>
<li>SoftLayer_Network_Subnet_Registration_Details</li>
<li>SoftLayer_Network_Subnet_Registration_Status</li>
</ul>
<h2 id="datatype-only">DataType Only</h2>
<ul>
<li>SoftLayer_Account_Regional_Registry_Detail_Version4_Person_Default</li>
<li>SoftLayer_Network_Subnet_Registration_Event</li>
<li>SoftLayer_Network_Subnet_Registration_Event_Type</li>
<li>SoftLayer_Network_Subnet_Registration_Apnic</li>
<li>SoftLayer_Network_Subnet_Registration_Arin</li>
<li>SoftLayer_Network_Subnet_Registration_Ripe</li>
<li>Account::rwhoisData</li>
<li>Account::regionalInternetRegistryHandles</li>
<li>Account::subnetRegistrations</li>
<li>Account::subnetRegistrationDetails</li>
</ul>
<ul>
<li>
<p>Correct the error message when IMS receives an IAM token for a ServiceId. Fix error message when receiving serviceID IAM token IDEN-3558</p>
</li>
<li>
<p>Fix Customer notification for Expiring Netscalar Licenses SOFTWARE-2293</p>
</li>
<li>
<p>Delete managed hosting ORM keys from allotments NETWORK-14875. Removed the following:</p>
<ul>
<li>SoftLayer_Network_Bandwidth_Version1_Allotment::managedHardware</li>
<li>SoftLayer_Network_Bandwidth_Version1_Allotment::managedBareMetalInstances</li>
<li>SoftLayer_Network_Bandwidth_Version1_Allotment::managedVirtualGuests</li>
<li>SoftLayer_Network_Bandwidth_Version1_Allotment::getBandwidthImage</li>
<li>SoftLayer_Network_Bandwidth_Version1_Allotment::getBandwidthImage</li>
</ul>
</li>
<li>
<p>Delete Graph Image methods NETWORK-14900, NETWORK-14901, NETWORK-14903, NETWORK-14904, NETWORK-14905</p>
<ul>
<li>SoftLayer_Metric_Tracking_Object::getBandwidthGraph</li>
<li>SoftLayer_Metric_Tracking_Object::getGraph</li>
<li>SoftLayer_Hardware::getBandwidthImage</li>
<li>SoftLayer_Hardware::getPublicBandwidthGraphImage</li>
<li>SoftLayer_Hardware::getPrivateBandwidthGraphImage</li>
<li>SoftLayer_Network_Storage::getGraph</li>
<li>SoftLayer_Network_Application_Delivery_Controller::getLiveLoadBalancerServiceGraphImage</li>
<li>SoftLayer_Network_Application_Delivery_Controller::getBandwidthImageByDate</li>
<li>SoftLayer_Virtual_Guest::getBandwidthImage</li>
<li>SoftLayer_Virtual_Guest::getBandwidthImageByDate</li>
</ul>
</li>
<li>
<p>Improve load times for the Bandwidth Summary UI page. Microimprovements for SoftLayer_Account::getBandwidthList NETWORK-14770</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="panel panel-default">
<div class="panel-heading" style="padding: 2px 15px;">
<h4>Quick Links</h4>
</div>
<div class="panel-body">
<a href="https://sldn.softlayer.com/article/object-filters/"><i class="fas fa-bookmark"></i> Object Filters</a></br>
<a href="https://sldn.softlayer.com/article/object-masks/"><i class="fas fa-bookmark"></i> Object Masks</a></br>
<a href="https://sldn.softlayer.com/article/apiTraining/"><i class="fab fa-youtube"></i> API Tutorial</a></br>
<a href="https://pypi.org/project/SoftLayer/"><i class="fas fa-laptop-code"></i> SL CLI</a></br>
<a href="https://github.com/IBM-Cloud/ibm-cloud-cli-release/releases/"><i class="fas fa-laptop-code"></i> IBM Cloud CLI</a></br>
</div>
</div>
</div>
<div class="col-md-3">
<div class="panel panel-default">
<div class="panel-heading" style="padding: 2px 15px;">
<h4>Open Source SDKs</h4>
</div>
<div class="panel-body">
<a href="https://github.com/softlayer/softlayer-python"><i class="fab fa-python"></i> softlayer-python<br></a>
<a href="https://github.com/softlayer/softlayer-java"><i class="fab fa-java"></i> softlayer-java<br></a>
<a href="https://github.com/softlayer/softlayer-go"><i class="fas fa-code"></i> softlayer-go<br></a>
<a href="https://github.com/softlayer/softlayer-api-perl-client"><i class="fas fa-code"></i> softlayer-perl<br></a>
<a href="https://github.com/softlayer/softlayer-api-php-client"><i class="fab fa-php"></i> softlayer-php<br></a>
<a href="https://github.com/softlayer/softlayer-ruby"><i class="fas fa-gem"></i> softlayer-ruby<br></a>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" style="padding: 2px 15px;">
<h4> <i class="fas fa-laptop-code"></i> SL CLI </h4> Standalone SoftLayer CLI
</div>
<div class="panel-body">
<a href="https://pypi.org/project/SoftLayer/"><i class="fas fa-laptop-code" alt="laptop-code"></i> Installation </a><br>
<a href="https://softlayer-python.readthedocs.io/en/latest/"><i class="fas fa-book" alt="book"></i> Documentation</a><br>
<a href="https://github.com/softlayer/softlayer-python/issues/new?labels=New+Feature&template=feature_request.md&title=Feature+Request:">
<i class="fas fa-plus-square" alt="github"></i> Feature Request</a><br>
<a href="https://github.com/softlayer/softlayer-python/issues/new?labels=Bug&template=bug_report.md&title=BUG: <command>">
<i class="fas fa-bug" alt="github"></i> Bug Report</a><br>
<a href="https://github.com/softlayer/softlayer-python/releases">
<i class="fas fa-clipboard-list" alt="github"></i> Changelog</a><br>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" style="padding: 2px 15px;">
<h4> <i class="fas fa-laptop-code"></i> SL Plugin </h4> </hr> Classic Infrastructure Plugin for ibmcloud CLI
</div>
<div class="panel-body">
<a href="https://github.com/softlayer/softlayer-cli?tab=readme-ov-file#installation-official">
<i class="fas fa-laptop-code" alt="laptop-code"></i> Installation </a><br>
<a href="https://cloud.ibm.com/docs/cli?topic=cli-sl-block-storage">
<i class="fas fa-book" alt="book"></i> Documentation</a><br>
<a href="https://github.com/softlayer/softlayer-cli/issues/new">
<i class="fas fa-plus-square" alt="github"></i> Feature Request</a><br>
<a href="https://github.com/softlayer/softlayer-cli/issues/new">
<i class="fas fa-bug" alt="github"></i> Bug Report</a><br>
<a href="https://github.com/softlayer/softlayer-cli/releases">
<i class="fas fa-clipboard-list" alt="github"></i> Changelog</a><br>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-9 center-block">
<ul class="pagination pagination-default">
<li class="page-item disabled">
<a aria-disabled="true" aria-label="First" class="page-link" role="button" tabindex="-1"><span aria-hidden="true">««</span></a>
</li>
<li class="page-item disabled">
<a aria-disabled="true" aria-label="Previous" class="page-link" role="button" tabindex="-1"><span aria-hidden="true">«</span></a>
</li>
<li class="page-item active">
<a aria-current="page" aria-label="Page 1" class="page-link" role="button">1</a>
</li>
<li class="page-item">
<a href="https://sldn.softlayer.com/page/2/" aria-label="Page 2" class="page-link" role="button">2</a>
</li>
<li class="page-item">
<a href="https://sldn.softlayer.com/page/3/" aria-label="Page 3" class="page-link" role="button">3</a>
</li>
<li class="page-item">
<a href="https://sldn.softlayer.com/page/4/" aria-label="Page 4" class="page-link" role="button">4</a>
</li>
<li class="page-item">
<a href="https://sldn.softlayer.com/page/5/" aria-label="Page 5" class="page-link" role="button">5</a>
</li>
<li class="page-item">
<a href="https://sldn.softlayer.com/page/2/" aria-label="Next" class="page-link" role="button"><span aria-hidden="true">»</span></a>
</li>
<li class="page-item">
<a href="https://sldn.softlayer.com/page/35/" aria-label="Last" class="page-link" role="button"><span aria-hidden="true">»»</span></a>
</li>
</ul>
</div>
</div>
<footer>
<div class="row">
<div class="col-sm-12 footer">
<p>© SoftLayer 2026<br>
Built with <a href="https://github.com/spf13/hugo">Hugo</a></p>
</div>
</div>
</footer>
</div>
<script src="https://sldn.softlayer.com/js/jquery.js"></script>
<script src="https://sldn.softlayer.com/js/bootstrap.js"></script>
</body>
</html>