forked from softlayer/softlayer.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
884 lines (511 loc) · 24.5 KB
/
index.html
File metadata and controls
884 lines (511 loc) · 24.5 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
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
<!doctype html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.36" />
<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/fa-svg-with-js.css" rel="stylesheet">
<link href="https://sldn.softlayer.com/css/custom.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>
<script src="https://sldn.softlayer.com/js/fontawesome-all.js"></script>
<link rel="alternate" type="application/rss" href="https://sldn.softlayer.com/index.xml" title="SoftLayer API" />
<script>
$(document).ready(function() {
$('table').addClass("table table-hover table-striped")
})
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-88235803-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<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="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="https://sldn.softlayer.com/article/">Articles</a></li>
<li><a href="https://sldn.softlayer.com/reference/softlayerapi">Documentation</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/perl/">Perl</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>
</ul>
<div id="custom-search-input" class="pull-right">
<form class="navbar-form" role="search" method="get" action="https://www.bing.com/">
<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:softlayer.github.io" />
<div class="input-group-btn">
<button class="btn btn-info" type="submit">
<i class="glyphicon glyphicon-search"></i>
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<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/2019/20191101/"> November 1, 2019</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="catalog">Catalog</h4>
<ul>
<li>New Cascade Lake Hourly FSP’s
<ul>
<li>Silver 4210 64GB 2X1.7TB SSD NoRAID - Preset 1214</li>
<li>Gold 5218 64GB 2x1.7TB SSD NoRAID - Preset 1216</li>
<li>Gold 6248 384GB 4x1.7TB SSD RAID10 - Preset 1218</li>
</ul></li>
<li>Remove 7.68TB SSDs from the ReadyNode package 1053</li>
<li>Managed services premium application for package 993</li>
<li>Enable UEFI boot for several operating systems
<ul>
<li>Windows / RHEL 7 / CentOS 7 / Ubuntu 18.04</li>
<li>NO OS / XenServer 7.1.2 / XenServer 7.x / SUSE SLES 12sp4 / SUSE SLES 15</li>
<li>Product_Item_Category = UEFI Boot Mode</li>
<li>Product_CategoryCode = UEFI_boot</li>
</ul></li>
<li>Enabled Presets 1158 and 1160 in package 1075</li>
<li>12TB HDDs added to Coffee Lake package #2634</li>
<li>Activate Coffee Lake E2174G servers for order entry at the following datacenters
<ul>
<li>DAl10, FRA02, FRA05, LON04, PAR01, SYD01, TOK02, WDC04</li>
</ul></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/2019/20191025/"> October 25, 2019</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="portal">Portal</h4>
<ul>
<li>Update legacy order form UI for NVME</li>
<li>Fix issue preventing some server descriptions from being displayed correctly when ordering.</li>
</ul>
<h4 id="api">API</h4>
<ul>
<li>Adds IP version validation when ordering subnets.</li>
</ul>
<h4 id="backend">Backend</h4>
<ul>
<li>Properly handle IPMI errors during the assign server step of server provisions.</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/2019/20191004/"> October 4, 2019</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>Block NextGen images from being ordered on classic VSIs. Image templates have “features” that track which platform the image is capable of provisioning, Classic, Generation Classic (GC), and NextGen. Classic VSI’s can only be provisioned with image templates identified by the Classic feature.</li>
<li>SoftLayer_User_Customer::selfPasswordChange will return a new session token after success.</li>
</ul>
<h4 id="backend">Backend</h4>
<ul>
<li>WebCc components of evault provisions alongside servers will now function as intended. Customers will no longer need to re-order evaults and ask backup ops for assistance.</li>
<li>Assures that an order cannot contain more NVMe SSDs than what is supported by the associated hardware chassis.</li>
<li>Assures that NVMe SSDs are indexed last among the disk prices.</li>
</ul>
<h4 id="catalog">Catalog</h4>
<ul>
<li>Add 2x2TB SATA HDD to package 1075 presets 1158 and 1160</li>
<li>Price Drop for RHEL 1- 4 Core only for Hourly VSIs
<ul>
<li>Item ID 3835 Price ID 13794 - SoftLayer Retail Catalog - Red Hat Enterprise Linux 6.x - LAMP Install (64 bit) (1 - 4 CORE)</li>
<li>Item ID 3839 Price ID 13799 - SoftLayer Retail Catalog - Red Hat Enterprise Linux 6.x - Minimal Install (64 bit) (1 - 4 CORE)</li>
<li>Item ID 6123 Price ID 48993 - SoftLayer Retail Catalog - Red Hat Enterprise Linux 7.x - Minimal Install (64 bit) (1 - 4 CORE)</li>
<li>Item ID 6131 Price ID 49021 - SoftLayer Retail Catalog - Red Hat Enterprise Linux 7.x - LAMP Install (64 bit) (1 - 4 CORE)</li>
</ul></li>
<li>2U / 4-Socket Cascade Lake Servers
<ul>
<li>Supermicro 2U 2049U-TR4 chassis</li>
<li>Intel 6248 Gold Cascade Lake processor</li>
<li>UEFI booting mode will be used</li>
<li>Up to 24 2.5” disk drive bays</li>
<li>LSI MegaRAID 9460-16i RAID controller card</li>
</ul></li>
<li>Add VMWARE 6.7 to package 1075</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/2019/20190927/"> September 27, 2019</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="backend">Backend</h4>
<h4 id="api">API</h4>
<ul>
<li>Fixed <code>"error": "Property 'gpuCount' not valid for 'SoftLayer_Virtual_Guest'."</code></li>
<li>Fixed an issue with SoftLayer_User_Customer::InitiatePortalPasswordChangeByBrandAgent() not working as documented.</li>
<li>Creating Premium Support For Preferred Partners brand attribute to support a new offering allowing BAP to escalate tickets at a high priority.</li>
<li>Create new “SUSPENDED” user status, statusId=1005</li>
<li>Display complexity related errors when user attempt to update vpn password.</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/2019/20190920/"> September 20, 2019</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="backend">Backend</h4>
<ul>
<li>Fix issue where ordering from a quote did not total the monthly cost at checkout correctly.</li>
<li>Customers will no longer have to wait for volume moves as part of resize.</li>
<li>Adding Bare Metal Gateway License category code.</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/2019/20190913/"> September 13, 2019</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="portal">Portal</h4>
<ul>
<li>Remove “CANCEL_PENDING” in UI in favor of “Deleted”</li>
</ul>
<h4 id="api">API</h4>
<ul>
<li>The following are removed from SLDN
<ul>
<li>SoftLayer_Network_Storage_Allowed_Host::createFromHardware</li>
<li>SoftLayer_Network_Storage_Allowed_Host::createFromVirtualGuest</li>
<li>SoftLayer_Network_Storage_Allowed_Host::createFromIpAddress</li>
<li>SoftLayer_Network_Storage_Allowed_Host::createFromSubnet
These methods have never worked as stand-alone API calls. They were designed to be used in other host authorization methods.</li>
</ul></li>
</ul>
<p>Please, continue to use the following API methods to authorize hosts:
- SoftLayer_Network_Storage::allowAccessFromHardware
- SoftLayer_Network_Storage::allowAccessFromHardwareList
- SoftLayer_Network_Storage::allowAccessFromVirtualGuest
- SoftLayer_Network_Storage::allowAccessFromVirtualGuestList
- SoftLayer_Network_Storage::allowAccessFromIpAddress
- SoftLayer_Network_Storage::allowAccessFromIpAddressList
- SoftLayer_Network_Storage::allowAccessFromSubnet
- SoftLayer_Network_Storage::allowAccessFromSubnetList
- Notify Backup Storage Customers with tickets about their un-billed Backup storage
- Don’t allow NVMe disks to be part of storage group
- Password requirements are returned in SoftLayer_User_Customer::getRequirementsForPasswordSet. Increased maximum portal password length to 128. Vpn password maximum length remains at 20.</p>
<h2 id="updated-the-reactivateaccount-and-disableaccount-api-methods-on-the-softlayer-brand-object-to-return-feedback-when-the-account-provided-is-already-in-the-desired-state">- Updated the reactivateAccount and disableAccount API methods on the SoftLayer_Brand object to return feedback when the account provided is already in the desired state.</h2>
<h4 id="backend">Backend</h4>
<ul>
<li>Code completed for sending out email when public image is updated by a public image account.</li>
<li>Removes ordering support for customer defined networks.</li>
</ul>
<h4 id="catalog">Catalog</h4>
<ul>
<li>2U / 4-Socket Cascade Lake Servers</li>
<li>Price Change on
<ul>
<li>Item ID 3835 Price ID 13794 - SoftLayer Retail Catalog - Red Hat Enterprise Linux 6.x - LAMP Install (64 bit) (1 - 4 CORE)</li>
<li>Item ID 3839 Price ID 13799 - SoftLayer Retail Catalog - Red Hat Enterprise Linux 6.x - Minimal Install (64 bit) (1 - 4 CORE)</li>
<li>Item ID 6123 Price ID 48993 - SoftLayer Retail Catalog - Red Hat Enterprise Linux 7.x - Minimal Install (64 bit) (1 - 4 CORE)</li>
<li>Item ID 6131 Price ID 49021 - SoftLayer Retail Catalog - Red Hat Enterprise Linux 7.x - LAMP Install (64 bit) (1 - 4 CORE)</li>
</ul></li>
<li>Add 2x2TB SATA HDD to package 1075 presets 1158 and 1160</li>
<li>Bare Metal Reserve (BMR) SAP Configs</li>
<li>VMW General Availability</li>
<li>VMW - Create new Presets for Single Node and Digital play with 6.7u2 and Disk Less server
<ul>
<li>vCS Digital Play 6.7u2 - NEW ID 1158</li>
<li>vCS Single Node 6.7u2 - NEW ID 1160</li>
</ul></li>
<li>Make Package 551 available in Sao Paulo</li>
<li>Customers should be able to provision a Cascade Lake server with 1-2 K80, M60, P100, 16GB V100 or 32GB V100 GPUs.</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/2019/20190830/"> August 30, 2019</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="portal">Portal</h4>
<ul>
<li>Adds a new product group to the order forms for NVMe SSD disks</li>
<li>Fix owner IBMid change broken by 2FA/SecAnswers</li>
</ul>
<h4 id="api">API</h4>
<ul>
<li>allowedPptpVpnQuantity set to zero for all accounts.</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/2019/20190823/"> August 23, 2019</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="portal">Portal</h4>
<ul>
<li>Add redirect for Manage portal /login and /index to appropriate login page</li>
</ul>
<h4 id="api">API</h4>
<ul>
<li>Add logging of iSCSI and NFS Host Authorization to the SoftLayer_Event_Log for authorization and deauthorization events</li>
<li>Fixed an issue with SoftLayer_Virtual_Guest::getPendingMaintenanceActions()</li>
<li>Fix issue with verifyOrder checking public pool capacity on VPC guests</li>
<li>Adding a new trait (DEFAULT_NEW_ACCOUNTS_PREMIUM) that if set to 1 will initialize all new brand sub-accounts with Premium support.</li>
</ul>
<h4 id="backend">Backend</h4>
<ul>
<li>Fix issue where retention disk billing would sometimes be inaccurate after reloading a virtual server.</li>
<li>Custom Encrypted Windows VHD Import from ICOS.</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/2019/20190816/"> August 16, 2019</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="portal">Portal</h4>
<ul>
<li>Fix issue preventing orders from completing for new EU customers.</li>
<li>Fix the payment method disappearing when selecting PayPal, leaving the user unable select another payment method.</li>
</ul>
<h4 id="api">API</h4>
<ul>
<li>Adds SoftLayer_Virtual_Guest::getPendingMaintanceActions()</li>
<li>Added ability to skip platform account creation and linking when using the SoftLayer_Brand::createCustomerAccount API</li>
<li>Exposed gpuType and gpuCount on the SoftLayer_Virtual_Guest class</li>
<li>Add iamidVerificationFlag to SoftLayer_User_Customer_Link</li>
<li>Allow gateway orders to define the router id on the hardware template object.
<code>
"hardware": [
{
"hostname": "softlayer",
"domain": "local.com",
"primaryBackendNetworkComponent": {
"router": {
"id": 1076595
}
}
}
],
</code></li>
</ul>
<h4 id="backend">Backend</h4>
<ul>
<li>Fix evault creations on new server provisions</li>
<li>IBM Cloud CDN - Deny the http traffic if customer only chooses the https port.</li>
<li>Fixed an issue where a user upgrades or downgrades a Variable Compute VSIs from API or UI the VSI changes its type from “Variable Compute” to public Type.</li>
<li>Fixes VSI/BM provisions with evault to complete.</li>
<li>Http Cookie Persistence support for Cloud Load Balancer</li>
<li>EMS maintenance email improvements</li>
<li>Fix failing health check for https l7 pool</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/2019/20190802/"> August 2, 2019</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="api">API</h4>
<ul>
<li>Create new Software_Description HSM_OS attribute type</li>
</ul>
<h4 id="backend">Backend</h4>
<ul>
<li>Do not require postal code for ARIN addresses outside US & Canada</li>
<li>Fix accepting Master User invitation on account linked at create time</li>
<li>Fixed an issue upgrade GPU enabled VSIs</li>
<li>Prevents ordering GPU’s when provisioning from an image template set to boot in PV.</li>
</ul>
<h4 id="catalog">Catalog</h4>
<ul>
<li>Adding a category code for dynamic CDN bandwidth.
<ul>
<li>cdn_service_dynamic_bandwidth</li>
<li>cdn_service_dynamic_bandwidth_usage</li>
</ul></li>
<li>Add 500GB Bandwidth option to package 1111</li>
<li>Update Single Node Preset 1051 in package 1075 with updated pricing</li>
<li>Create rule to conflict Windows 2019 and vCenter 6.7</li>
<li>Add the CXL 4210 server to package 1111</li>
<li>Add ESXi 6.5u2 to package 1065</li>
<li>Expand Global Availability of vGPU (FRA, TOK, SYD)</li>
<li>Update catalog package 1113 for Cascade Lake 2U 4 socket server</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="fa fa-bookmark"></i> Object Filters</a></br>
<a href="https://sldn.softlayer.com/article/object-masks/"><i class="fa fa-bookmark"></i> Object Masks</a></br>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Account/"><i class="fa fa-server"></i> Account</a></br>
<a href="https://sldn.softlayer.com/reference/datatypes/SoftLayer_Account/"><i class="fa fa-database"></i> Account</a></br>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/"><i class="fa fa-server"></i> Virtual_Guest</a></br>
<a href="https://sldn.softlayer.com/reference/datatypes/SoftLayer_Virtual_Guest/"><i class="fa fa-database"></i> Virtual_Guest</a></br>
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/"><i class="fa fa-server"></i> Hardware_Server<br></a>
<a href="https://sldn.softlayer.com/reference/datatypes/SoftLayer_Hardware_Server/"><i class="fa fa-database"></i> Hardware_Server<br></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="panel panel-default">
<div class="panel-heading" style="padding: 2px 15px;">
<h4>More Documentation</h4>
</div>
<div class="panel-body">
<a href="https://softlayer.github.com/reference/softlayerapi"><i class="fa fa-link"></i> SoftLayer API Reference<br></a>
<a href="https://github.com/softlayer/softlayer-java"><i class="fab fa-github"></i> softlayer-java<br></a>
<a href="https://github.com/softlayer/softlayer-api-perl-client"><i class="fab fa-github"></i> softlayer-perl<br></a>
<a href="https://github.com/softlayer/softlayer-api-php-client"><i class="fab fa-github"></i> softlayer-php<br></a>
<a href="https://github.com/softlayer/softlayer-python"><i class="fab fa-github"></i> softlayer-python<br></a>
<a href="https://github.com/softlayer/softlayer-ruby"><i class="fab fa-github"></i> softlayer-ruby<br></a>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading text-center" style="padding: 2px 15px;">
<a href="https://www.facebook.com/IBMBluemixIaaS/"><i class="fab fa-facebook-square" alt="facebook"></i> </a>
<a href="https://twitter.com/IBMBluemixIaaS"><i class="fab fa-twitter" alt="twitter"></i> </a>
<a href="http://www.linkedin.com/company/softlayer-technologies-inc-" alt="linked-in"><i class="fab fa-linkedin"></i> </a>
<a href="https://github.com/softlayer/softlayer.github.io"><i class="fab fa-github" alt="github"></i> </a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-9 center-block">
<ul class="pagination">
<li>
<a href="https://sldn.softlayer.com/" aria-label="First"><span aria-hidden="true">««</span></a>
</li>
<li
class="disabled">
<a href="" aria-label="Previous"><span aria-hidden="true">«</span></a>
</li>
<li
class="active"><a href="https://sldn.softlayer.com/">1</a></li>
<li
><a href="https://sldn.softlayer.com/page/2/">2</a></li>
<li
><a href="https://sldn.softlayer.com/page/3/">3</a></li>
<li class="disabled"><span aria-hidden="true">…</span></li>
<li
><a href="https://sldn.softlayer.com/page/21/">21</a></li>
<li
>
<a href="https://sldn.softlayer.com/page/2/" aria-label="Next"><span aria-hidden="true">»</span></a>
</li>
<li>
<a href="https://sldn.softlayer.com/page/21/" aria-label="Last"><span aria-hidden="true">»»</span></a>
</li>
</ul>
</div>
</div>
<footer>
<div class="row">
<hr>
<div class="col-sm-12">
<p>© SoftLayer 2015<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>