Skip to content

Commit

Permalink
20180405 release
Browse files Browse the repository at this point in the history
  • Loading branch information
allmightyspiff committed Apr 6, 2018
1 parent b0d2a87 commit 1e273fb
Show file tree
Hide file tree
Showing 85 changed files with 2,090 additions and 454 deletions.
10 changes: 5 additions & 5 deletions article/object-filters/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,32 +202,32 @@ <h3 id="exact-date">Exact Date</h3>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4">operation = &#39;isDate&#39;
options = [{
&#39;name&#39;: &#39;date&#39;,
&#39;value&#39;: &#39;01/01/01&#39;
&#39;value&#39;: [&#39;01/01/01&#39;]
}
]</pre></div>
<h3 id="date-before-value">Date Before Value</h3>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4">operation = &#39;lessThanDate&#39;
options = [{
&#39;name&#39;: &#39;date&#39;,
&#39;value: &#39;01/01/01&#39;
&#39;value: [&#39;01/01/01&#39;]
}
]</pre></div>
<h3 id="date-after-value">Date After Value</h3>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4">operation = &#39;greaterThanDate&#39;
options = [{
&#39;name&#39;: &#39;date&#39;,
&#39;value: &#39;01/01/01&#39;
&#39;value: [&#39;01/01/01&#39;]
}
]</pre></div>
<h3 id="between-dates">Between Dates</h3>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4">operation = &#39;betweenDate&#39;
options = [{
&#39;name&#39;: &#39;startDate&#39;,
&#39;value: &#39;01/01/01&#39;
&#39;value: [&#39;01/01/01&#39;]
},
{
&#39;name&#39;: &#39;endDate&#39;,
&#39;value&#39;: &#39;01/02/01
&#39;value&#39;: [&#39;01/02/01]
}
]</pre></div>
<h2 id="regex-filters">Regex Filters</h2>
Expand Down
12 changes: 6 additions & 6 deletions classes/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3479,7 +3479,7 @@
<item>
<title>Softlayer_container_product_order_gateway_appliance_cluster</title>
<link>https://softlayer.github.io/classes/softlayer_container_product_order_gateway_appliance_cluster/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<pubDate>Thu, 05 Apr 2018 00:00:00 +0000</pubDate>

<guid>https://softlayer.github.io/classes/softlayer_container_product_order_gateway_appliance_cluster/</guid>
<description></description>
Expand Down Expand Up @@ -3515,7 +3515,7 @@
<item>
<title>Softlayer_container_product_order_hardware_server_gateway_appliance</title>
<link>https://softlayer.github.io/classes/softlayer_container_product_order_hardware_server_gateway_appliance/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<pubDate>Thu, 05 Apr 2018 00:00:00 +0000</pubDate>

<guid>https://softlayer.github.io/classes/softlayer_container_product_order_hardware_server_gateway_appliance/</guid>
<description></description>
Expand Down Expand Up @@ -7664,7 +7664,7 @@
<item>
<title>Softlayer_notification_occurrence_event</title>
<link>https://softlayer.github.io/classes/softlayer_notification_occurrence_event/</link>
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
<pubDate>Thu, 05 Apr 2018 00:00:00 +0000</pubDate>

<guid>https://softlayer.github.io/classes/softlayer_notification_occurrence_event/</guid>
<description></description>
Expand Down Expand Up @@ -7943,7 +7943,7 @@
<item>
<title>Softlayer_product_item</title>
<link>https://softlayer.github.io/classes/softlayer_product_item/</link>
<pubDate>Mon, 15 Jan 2018 00:00:00 +0000</pubDate>
<pubDate>Thu, 05 Apr 2018 00:00:00 +0000</pubDate>

<guid>https://softlayer.github.io/classes/softlayer_product_item/</guid>
<description></description>
Expand Down Expand Up @@ -8240,7 +8240,7 @@
<item>
<title>Softlayer_product_order</title>
<link>https://softlayer.github.io/classes/softlayer_product_order/</link>
<pubDate>Fri, 02 Mar 2018 00:00:00 +0000</pubDate>
<pubDate>Thu, 05 Apr 2018 00:00:00 +0000</pubDate>

<guid>https://softlayer.github.io/classes/softlayer_product_order/</guid>
<description></description>
Expand All @@ -8249,7 +8249,7 @@
<item>
<title>Softlayer_product_package</title>
<link>https://softlayer.github.io/classes/softlayer_product_package/</link>
<pubDate>Mon, 12 Feb 2018 00:00:00 +0000</pubDate>
<pubDate>Thu, 05 Apr 2018 00:00:00 +0000</pubDate>

<guid>https://softlayer.github.io/classes/softlayer_product_package/</guid>
<description></description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@
<strong>Items with tag <code>softlayer_container_product_order_gateway_appliance_cluster</code></strong>
<ul class="list-unstyled">

<h3>python</h3>
<ul>

<li>
<a href="https://softlayer.github.io/python/orderVyatta/">Ordering Vyatta Network Gateways</a>
<div class="meta">Ordering Vyattas</div>
</li>

</ul>

<h3>reference</h3>
<ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,21 @@
<description>Recent content in Softlayer_container_product_order_gateway_appliance_cluster on SoftLayer API</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Thu, 05 Apr 2018 00:00:00 +0000</lastBuildDate>

<atom:link href="https://softlayer.github.io/classes/softlayer_container_product_order_gateway_appliance_cluster/index.xml" rel="self" type="application/rss+xml" />


<item>
<title>Ordering Vyatta Network Gateways</title>
<link>https://softlayer.github.io/python/orderVyatta/</link>
<pubDate>Thu, 05 Apr 2018 00:00:00 +0000</pubDate>

<guid>https://softlayer.github.io/python/orderVyatta/</guid>
<description>This example goes over how to order a Single or HA vyatta with a bunch of optional settings. More context around ordering can be found in https://softlayer.github.io/python/orderBareMetal/ and https://softlayer.github.io/python/ordering_slcli/
import SoftLayer from SoftLayer.managers import ordering import sys from pprint import pprint as pp import logging logging.debug(&amp;#34;Starting up&amp;#34;) # Requires softlayer-python 5.4.3+ class vyattaOrderer(): def __init__(self): if SoftLayer.__version__ &amp;lt; &amp;#39;v5.4.3&amp;#39;: print(&amp;#34;SoftLayer needs to be 5.4.3+, is currently %s&amp;#34; % SoftLayer.__version__) self.client = SoftLayer.</description>
</item>

<item>
<title>SoftLayer_Container_Product_Order_Gateway_Appliance_Cluster</title>
<link>https://softlayer.github.io/reference/datatypes/SoftLayer_Container_Product_Order_Gateway_Appliance_Cluster/</link>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@
<strong>Items with tag <code>softlayer_container_product_order_hardware_server_gateway_appliance</code></strong>
<ul class="list-unstyled">

<h3>python</h3>
<ul>

<li>
<a href="https://softlayer.github.io/python/orderVyatta/">Ordering Vyatta Network Gateways</a>
<div class="meta">Ordering Vyattas</div>
</li>

</ul>

<h3>reference</h3>
<ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,21 @@
<description>Recent content in Softlayer_container_product_order_hardware_server_gateway_appliance on SoftLayer API</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Thu, 05 Apr 2018 00:00:00 +0000</lastBuildDate>

<atom:link href="https://softlayer.github.io/classes/softlayer_container_product_order_hardware_server_gateway_appliance/index.xml" rel="self" type="application/rss+xml" />


<item>
<title>Ordering Vyatta Network Gateways</title>
<link>https://softlayer.github.io/python/orderVyatta/</link>
<pubDate>Thu, 05 Apr 2018 00:00:00 +0000</pubDate>

<guid>https://softlayer.github.io/python/orderVyatta/</guid>
<description>This example goes over how to order a Single or HA vyatta with a bunch of optional settings. More context around ordering can be found in https://softlayer.github.io/python/orderBareMetal/ and https://softlayer.github.io/python/ordering_slcli/
import SoftLayer from SoftLayer.managers import ordering import sys from pprint import pprint as pp import logging logging.debug(&amp;#34;Starting up&amp;#34;) # Requires softlayer-python 5.4.3+ class vyattaOrderer(): def __init__(self): if SoftLayer.__version__ &amp;lt; &amp;#39;v5.4.3&amp;#39;: print(&amp;#34;SoftLayer needs to be 5.4.3+, is currently %s&amp;#34; % SoftLayer.__version__) self.client = SoftLayer.</description>
</item>

<item>
<title>SoftLayer_Container_Product_Order_Hardware_Server_Gateway_Appliance</title>
<link>https://softlayer.github.io/reference/datatypes/SoftLayer_Container_Product_Order_Hardware_Server_Gateway_Appliance/</link>
Expand Down
2 changes: 1 addition & 1 deletion classes/softlayer_hardware/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,7 @@ Parameters Name Type Description Required Headers SoftLayer_HardwareIni
<guid>https://softlayer.github.io/reference/services/SoftLayer_Hardware/getUserData/</guid>
<description>SoftLayer_Hardware::getUserData Retrieve a string containing custom user data for a hardware order.
Overview Retrieve a string containing custom user data for a hardware order.
Parameters Name Type Description Required Headers SoftLayer_HardwareInitParameters authenticate Optional Headers SoftLayer_HardwareObjectMask SoftLayer_HardwareObjectFilter SoftLayer_ObjectMask Return Values SoftLayer_Hardware_Attribute_UserData</description>
Parameters Name Type Description Required Headers SoftLayer_HardwareInitParameters authenticate Optional Headers SoftLayer_HardwareObjectMask SoftLayer_HardwareObjectFilter resultLimit SoftLayer_ObjectMask Return Values SoftLayer_Hardware_Attribute[]</description>
</item>

<item>
Expand Down
2 changes: 1 addition & 1 deletion classes/softlayer_hardware_router/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ Parameters Name Type Description Required Headers SoftLayer_Hardware_Ro
<guid>https://softlayer.github.io/reference/services/SoftLayer_Hardware_Router/getUserData/</guid>
<description>SoftLayer_Hardware_Router::getUserData Retrieve a string containing custom user data for a hardware order.
Overview Retrieve a string containing custom user data for a hardware order.
Parameters Name Type Description Required Headers SoftLayer_Hardware_RouterInitParameters authenticate Optional Headers SoftLayer_Hardware_RouterObjectMask SoftLayer_Hardware_RouterObjectFilter SoftLayer_ObjectMask Return Values SoftLayer_Hardware_Attribute_UserData</description>
Parameters Name Type Description Required Headers SoftLayer_Hardware_RouterInitParameters authenticate Optional Headers SoftLayer_Hardware_RouterObjectMask SoftLayer_Hardware_RouterObjectFilter resultLimit SoftLayer_ObjectMask Return Values SoftLayer_Hardware_Attribute[]</description>
</item>

<item>
Expand Down
2 changes: 1 addition & 1 deletion classes/softlayer_hardware_securitymodule/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2439,7 +2439,7 @@ Parameters Name Type Description Required Headers SoftLayer_Hardware_Se
<guid>https://softlayer.github.io/reference/services/SoftLayer_Hardware_SecurityModule/getUserData/</guid>
<description>SoftLayer_Hardware_SecurityModule::getUserData Retrieve a string containing custom user data for a hardware order.
Overview Retrieve a string containing custom user data for a hardware order.
Parameters Name Type Description Required Headers SoftLayer_Hardware_SecurityModuleInitParameters authenticate Optional Headers SoftLayer_Hardware_SecurityModuleObjectMask SoftLayer_Hardware_SecurityModuleObjectFilter SoftLayer_ObjectMask Return Values SoftLayer_Hardware_Attribute_UserData</description>
Parameters Name Type Description Required Headers SoftLayer_Hardware_SecurityModuleInitParameters authenticate Optional Headers SoftLayer_Hardware_SecurityModuleObjectMask SoftLayer_Hardware_SecurityModuleObjectFilter resultLimit SoftLayer_ObjectMask Return Values SoftLayer_Hardware_Attribute[]</description>
</item>

<item>
Expand Down
2 changes: 1 addition & 1 deletion classes/softlayer_hardware_securitymodule750/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2439,7 +2439,7 @@ Parameters Name Type Description Required Headers SoftLayer_Hardware_Se
<guid>https://softlayer.github.io/reference/services/SoftLayer_Hardware_SecurityModule750/getUserData/</guid>
<description>SoftLayer_Hardware_SecurityModule750::getUserData Retrieve a string containing custom user data for a hardware order.
Overview Retrieve a string containing custom user data for a hardware order.
Parameters Name Type Description Required Headers SoftLayer_Hardware_SecurityModule750InitParameters authenticate Optional Headers SoftLayer_Hardware_SecurityModule750ObjectMask SoftLayer_Hardware_SecurityModule750ObjectFilter SoftLayer_ObjectMask Return Values SoftLayer_Hardware_Attribute_UserData</description>
Parameters Name Type Description Required Headers SoftLayer_Hardware_SecurityModule750InitParameters authenticate Optional Headers SoftLayer_Hardware_SecurityModule750ObjectMask SoftLayer_Hardware_SecurityModule750ObjectFilter resultLimit SoftLayer_ObjectMask Return Values SoftLayer_Hardware_Attribute[]</description>
</item>

<item>
Expand Down
2 changes: 1 addition & 1 deletion classes/softlayer_hardware_server/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2555,7 +2555,7 @@ Parameters Name Type Description Required Headers SoftLayer_Hardware_Se
<guid>https://softlayer.github.io/reference/services/SoftLayer_Hardware_Server/getUserData/</guid>
<description>SoftLayer_Hardware_Server::getUserData Retrieve a string containing custom user data for a hardware order.
Overview Retrieve a string containing custom user data for a hardware order.
Parameters Name Type Description Required Headers SoftLayer_Hardware_ServerInitParameters authenticate Optional Headers SoftLayer_Hardware_ServerObjectMask SoftLayer_Hardware_ServerObjectFilter SoftLayer_ObjectMask Return Values SoftLayer_Hardware_Attribute_UserData</description>
Parameters Name Type Description Required Headers SoftLayer_Hardware_ServerInitParameters authenticate Optional Headers SoftLayer_Hardware_ServerObjectMask SoftLayer_Hardware_ServerObjectFilter resultLimit SoftLayer_ObjectMask Return Values SoftLayer_Hardware_Attribute[]</description>
</item>

<item>
Expand Down
10 changes: 10 additions & 0 deletions classes/softlayer_notification_occurrence_event/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,16 @@ <h3>reference</h3>

</ul>

<h3>rest</h3>
<ul>

<li>
<a href="https://softlayer.github.io/rest/events/">Events</a>
<div class="meta">Going over Events with some examples of what each might look like</div>
</li>

</ul>

<h3>ruby</h3>
<ul>

Expand Down
14 changes: 13 additions & 1 deletion classes/softlayer_notification_occurrence_event/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,23 @@
<description>Recent content in Softlayer_notification_occurrence_event on SoftLayer API</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 12 Feb 2018 00:00:00 +0000</lastBuildDate>
<lastBuildDate>Thu, 05 Apr 2018 00:00:00 +0000</lastBuildDate>

<atom:link href="https://softlayer.github.io/classes/softlayer_notification_occurrence_event/index.xml" rel="self" type="application/rss+xml" />


<item>
<title>Events</title>
<link>https://softlayer.github.io/rest/events/</link>
<pubDate>Thu, 05 Apr 2018 00:00:00 +0000</pubDate>

<guid>https://softlayer.github.io/rest/events/</guid>
<description>Events SoftLayer_Notification_Occurrence_Events at SoftLayer are how we communicate maintenance, outages, and other disruptive events to customers. In the control portal, you can find these at https://control.softlayer.com/event/announcement
Get All Events SoftLayer_Notification_Occurrence_Event::getAllObjects()
curl -u $SL_USER:$SL_APIKEY &amp;#39;https://api.softlayer.com/rest/v3.1/SoftLayer_Notification_Occurrence_Event/getAllObjects.json The output will look something like this, but will have every event that has ever been reported on your account. For brevity I have only included 1 Event
[ { &amp;#34;endDate&amp;#34;: null, &amp;#34;id&amp;#34;: 2584, &amp;#34;lastImpactedUserCount&amp;#34;: 11232, &amp;#34;modifyDate&amp;#34;: &amp;#34;2016-06-13T08:27:20-06:00&amp;#34;, &amp;#34;recoveryTime&amp;#34;: null, &amp;#34;startDate&amp;#34;: &amp;#34;2014-03-31T00:35:00-06:00&amp;#34;, &amp;#34;statusCode&amp;#34;: { &amp;#34;keyName&amp;#34;: &amp;#34;COMPLETED&amp;#34;, &amp;#34;name&amp;#34;: &amp;#34;Completed&amp;#34; }, &amp;#34;subject&amp;#34;: &amp;#34;IPv6 Sessions Down on FCR02.</description>
</item>

<item>
<title>SoftLayer_Notification_Occurrence_Event</title>
<link>https://softlayer.github.io/reference/services/SoftLayer_Notification_Occurrence_Event/</link>
Expand Down
5 changes: 5 additions & 0 deletions classes/softlayer_product_item/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@
<h3>python</h3>
<ul>

<li>
<a href="https://softlayer.github.io/python/orderVyatta/">Ordering Vyatta Network Gateways</a>
<div class="meta">Ordering Vyattas</div>
</li>

<li>
<a href="https://softlayer.github.io/python/ordering_slcli/">Ordering with KeyNames</a>
<div class="meta">Examples on how to order anything in the catalog with the proper package and item names.</div>
Expand Down
12 changes: 11 additions & 1 deletion classes/softlayer_product_item/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,21 @@
<description>Recent content in Softlayer_product_item on SoftLayer API</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 15 Jan 2018 00:00:00 +0000</lastBuildDate>
<lastBuildDate>Thu, 05 Apr 2018 00:00:00 +0000</lastBuildDate>

<atom:link href="https://softlayer.github.io/classes/softlayer_product_item/index.xml" rel="self" type="application/rss+xml" />


<item>
<title>Ordering Vyatta Network Gateways</title>
<link>https://softlayer.github.io/python/orderVyatta/</link>
<pubDate>Thu, 05 Apr 2018 00:00:00 +0000</pubDate>

<guid>https://softlayer.github.io/python/orderVyatta/</guid>
<description>This example goes over how to order a Single or HA vyatta with a bunch of optional settings. More context around ordering can be found in https://softlayer.github.io/python/orderBareMetal/ and https://softlayer.github.io/python/ordering_slcli/
import SoftLayer from SoftLayer.managers import ordering import sys from pprint import pprint as pp import logging logging.debug(&amp;#34;Starting up&amp;#34;) # Requires softlayer-python 5.4.3+ class vyattaOrderer(): def __init__(self): if SoftLayer.__version__ &amp;lt; &amp;#39;v5.4.3&amp;#39;: print(&amp;#34;SoftLayer needs to be 5.4.3+, is currently %s&amp;#34; % SoftLayer.__version__) self.client = SoftLayer.</description>
</item>

<item>
<title>Ordering with KeyNames</title>
<link>https://softlayer.github.io/python/ordering_slcli/</link>
Expand Down
5 changes: 5 additions & 0 deletions classes/softlayer_product_order/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ <h3>php</h3>
<h3>python</h3>
<ul>

<li>
<a href="https://softlayer.github.io/python/orderVyatta/">Ordering Vyatta Network Gateways</a>
<div class="meta">Ordering Vyattas</div>
</li>

<li>
<a href="https://softlayer.github.io/python/ordering_slcli/">Ordering with KeyNames</a>
<div class="meta">Examples on how to order anything in the catalog with the proper package and item names.</div>
Expand Down
Loading

0 comments on commit 1e273fb

Please sign in to comment.