forked from softlayer/softlayer.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
415 lines (295 loc) · 13.5 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.17" />
<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 Examples - https://softlayer.github.io/</title>
<link rel="canonical" href="https://softlayer.github.io/">
<link href="https://softlayer.github.io/css/bootstrap.css" rel="stylesheet">
<link href="https://softlayer.github.io/css/font-awesome.css" rel="stylesheet">
<link href="https://softlayer.github.io/css/custom.css" rel="stylesheet">
<link href="https://softlayer.github.io/css/highlight/solarized_dark.css" rel="stylesheet">
<script src="https://softlayer.github.io/js/highlight.pack.js"></script>
<script src="https://softlayer.github.io/js/jquery.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link rel="shortcut icon" href="https://softlayer.github.io/img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css"
href="//fonts.googleapis.com/css?family=Lato" />
<link href="https://softlayer.github.io/index.xml" rel="alternate" type="application/rss+xml" title="SoftLayer API Examples" />
<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','//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://softlayer.github.io/">SoftLayer API Examples</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="https://softlayer.github.io/go/">go</a></li>
<li><a href="https://softlayer.github.io/perl/">perl</a></li>
<li><a href="https://softlayer.github.io/php/">php</a></li>
<li><a href="https://softlayer.github.io/python/">python</a></li>
<li><a href="https://softlayer.github.io/rest/">rest</a></li>
<li><a href="https://softlayer.github.io/ruby/">ruby</a></li>
<li><a href="https://softlayer.github.io/tools/">tools</a></li>
</ul>
<div id="custom-search-input" class="pull-right">
<form class="navbar-form" role="search" method="get" action="http://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://softlayer.github.io/release_notes/20170223/"> February 23, 2017</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="portal">Portal</h4>
<ul>
<li>Portal Exception message was unclear when a user without ‘ticket add’ and ‘ticket view’ permissions tried to create an upgrade order. New change accurately indicates that the user must have these two permissions in order to create an upgrade order.</li>
</ul>
<h4 id="api">API</h4>
<ul>
<li>None</li>
</ul>
<h4 id="backend">Backend</h4>
<ul>
<li>Fixed two separate bugs in Endurance and Performance Storage provisioning where provisions were stalling due to API call timeout.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://softlayer.github.io/release_notes/20170216/"> February 16, 2017</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="portal">Portal</h4>
<ul>
<li>Resolved an issue that was preventing punny code domains from being added using the ‘Add Bulk Domains’ tool in the customer portal.</li>
</ul>
<h4 id="api">API</h4>
<ul>
<li>None</li>
</ul>
<h4 id="backend">Backend</h4>
<ul>
<li>Added some backend code to help automation issues related to sending automated password reset emails.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://softlayer.github.io/release_notes/20170208/"> February 8, 2017</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="portal">Portal</h4>
<ul>
<li>Added a customerWaitTime field on the ticket search page in the customer portal. The customerWaitTime is the time the customer has been waiting for a response on a ticket. Multiple updates by the customer have no effect on this field and a reply by an employee resets the timer to zero.</li>
<li>Pushed fix that tests that only numbers, letters, and spaces are allowed for all of the titles for contacts when trying to order an SSL certificate. The Symantec API does not accept any special characters in the ‘title’ field for contact information and this was causing orders to fail.</li>
</ul>
<h4 id="api">API</h4>
<ul>
<li>None</li>
</ul>
<h4 id="backend">Backend</h4>
<ul>
<li>Resolved a bug preventing OS reloads from having partitions if reloading from a Customer Supplied OS (NO OS System).</li>
</ul>
</div>
</div>
</div>
</div>
<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://softlayer.github.io/release_notes/20170125/"> January 25, 2017</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="portal">Portal</h4>
<ul>
<li>Fixed an issue where the “Add to Order” button overlaps dropdown list content when the list is too long</li>
</ul>
<h4 id="api">API</h4>
<ul>
<li>Published the <a href="http://sldn.softlayer.com/reference/services/SoftLayer_Network">SoftLayer_Network</a> service for customers to interact with Customer Private Addressing.</li>
<li>Refactored <a href="http://sldn.softlayer.com/reference/services/SoftLayer_Billing_Order_Quote/getRecalculatedOrderContainer">SoftLayer_Billing_Order_Quote::getRecalculatedOrderContainer()</a>. Now returns the order container, instead of an array of an order container</li>
</ul>
<h4 id="backend">Backend</h4>
<ul>
<li>Resolved an issue that was causing Virtual Guests to fail reboot when residing on a host that has been marked as disabled for new instances.</li>
<li>Fixed an issue that caused</li>
</ul>
</div>
</div>
</div>
</div>
<div class="well well-sm release-note example col-md-12">
<h3>
<a href="https://softlayer.github.io/release_notes/20170111/"> January 12, 2017</a>
<br>
</h3>
<div class="container">
<div class="row">
<div class="col-md-8">
<h4 id="portal">Portal</h4>
<ul>
<li>Pushed code to display the correct validation error when a number greater than 999 is used in the % field of Auto-Scaling policy actions. Previously a generic error message was displayed.</li>
</ul>
<h4 id="api">API</h4>
<ul>
<li>None</li>
</ul>
<h4 id="backend">Backend</h4>
<ul>
<li>Updatd our Microsoft Proxy to handle new TLS requirements by .NET. A recent update to .NET for windows 2012 r2 added a much more strict TLS validation for powershell which in turn caused Post Install Scripts to fail during download.</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>More Documentation</h4>
</div>
<div class="panel-body">
<a href="http://sldn.softlayer.com/reference/softlayerapi"><i class="fa fa-link"></i> SoftLayer API Reference<br></a>
<a href="https://github.com/softlayer/softlayer-java"><i class="fa fa-github"></i> softlayer-java<br></a>
<a href="https://github.com/softlayer/softlayer-api-perl-client"><i class="fa fa-github"></i> softlayer-perl<br></a>
<a href="https://github.com/softlayer/softlayer-api-php-client"><i class="fa fa-github"></i> softlayer-php<br></a>
<a href="https://github.com/softlayer/softlayer-python"><i class="fa fa-github"></i> softlayer-python<br></a>
<a href="https://github.com/softlayer/softlayer-ruby"><i class="fa 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="fa fa-facebook-square" alt="facebook"></i> </a>
<a href="https://twitter.com/IBMBluemixIaaS"><i class="fa fa-twitter" alt="twitter"></i> </a>
<a href="http://www.linkedin.com/company/softlayer-technologies-inc-" alt="linked-in"><i class="fa fa-linkedin-square"></i> </a>
<a href="https://github.com/softlayer"><i class="fa fa-github" alt="github"></i> </a>
<a href="irc://irc.freenode.net/softlayer"><i class="fa fa-comment" alt="irc"></i> </a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-9 center-block">
<ul class="pagination">
<li>
<a href="https://softlayer.github.io/" 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://softlayer.github.io/">1</a></li>
<li
><a href="https://softlayer.github.io/page/2/">2</a></li>
<li
><a href="https://softlayer.github.io/page/3/">3</a></li>
<li
><a href="https://softlayer.github.io/page/4/">4</a></li>
<li
><a href="https://softlayer.github.io/page/5/">5</a></li>
<li
><a href="https://softlayer.github.io/page/6/">6</a></li>
<li
><a href="https://softlayer.github.io/page/7/">7</a></li>
<li
><a href="https://softlayer.github.io/page/8/">8</a></li>
<li
><a href="https://softlayer.github.io/page/9/">9</a></li>
<li
><a href="https://softlayer.github.io/page/10/">10</a></li>
<li
><a href="https://softlayer.github.io/page/11/">11</a></li>
<li
><a href="https://softlayer.github.io/page/12/">12</a></li>
<li
><a href="https://softlayer.github.io/page/13/">13</a></li>
<li
><a href="https://softlayer.github.io/page/14/">14</a></li>
<li
><a href="https://softlayer.github.io/page/15/">15</a></li>
<li
><a href="https://softlayer.github.io/page/16/">16</a></li>
<li
><a href="https://softlayer.github.io/page/17/">17</a></li>
<li
>
<a href="https://softlayer.github.io/page/2/" aria-label="Next"><span aria-hidden="true">»</span></a>
</li>
<li>
<a href="https://softlayer.github.io/page/17/" 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://softlayer.github.io/js/jquery.js"></script>
<script src="https://softlayer.github.io/js/bootstrap.js"></script>
</body>
</html>