]> pere.pagekite.me Git - homepage.git/blobdiff - blog/archive/2012/06/06.rss
Generated.
[homepage.git] / blog / archive / 2012 / 06 / 06.rss
index 1636ae52b7c797ab598af1c261fc7006d9c8b2ec..f151b031cde1567c159906e729617fc6475f4a36 100644 (file)
@@ -353,5 +353,38 @@ kommunens potensielle lovbrudd.</p>
 </description>
        </item>
        
 </description>
        </item>
        
+       <item>
+               <title>Web service to look up HP and Dell computer hardware support status</title>
+               <link>http://people.skolelinux.org/pere/blog/Web_service_to_look_up_HP_and_Dell_computer_hardware_support_status.html</link>        
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Web_service_to_look_up_HP_and_Dell_computer_hardware_support_status.html</guid>
+                <pubDate>Wed, 6 Jun 2012 23:15:00 +0200</pubDate>
+               <description>&lt;p&gt;A few days ago
+&lt;a href=&quot;http://people.skolelinux.org/pere/blog/SOAP_based_webservice_from_Dell_to_check_server_support_status.html&quot;&gt;I
+reported how to get&lt;/a&gt; the support status out of Dell using an
+unofficial and undocumented SOAP API, which I since have found out was
+&lt;a href=&quot;http://lists.us.dell.com/pipermail/linux-poweredge/2012-February/045959.html&quot;&gt;discovered
+by Daniel De Marco in february&lt;/a&gt;.  Combined with my web scraping
+code for HP, Dell and IBM
+&lt;a href=&quot;http://people.skolelinux.org/pere/blog/Checking_server_hardware_support_status_for_Dell__HP_and_IBM_servers.html&quot;&gt;from
+2009&lt;/a&gt;, I got inspired and wrote
+&lt;a href=&quot;https://views.scraperwiki.com/run/computer-hardware-support-status/&quot;&gt;a
+web service&lt;/a&gt; based on Scraperwiki to make it easy to look up the
+support status and get a machine readable result back.&lt;/p&gt;
+
+&lt;p&gt;This is what it look like at the moment when asking for the JSON
+output:
+
+&lt;blockquote&gt;&lt;pre&gt;
+% GET &lt;a href=&quot;https://views.scraperwiki.com/run/computer-hardware-support-status/?format=json&amp;vendor=Dell&amp;servicetag=2v1xwn1&quot;&gt;https://views.scraperwiki.com/run/computer-hardware-support-status/?format=json&amp;vendor=Dell&amp;servicetag=2v1xwn1&lt;/a&gt;
+supportstatus({&quot;servicetag&quot;: &quot;2v1xwn1&quot;, &quot;warrantyend&quot;: &quot;2013-11-24&quot;, &quot;shipped&quot;: &quot;2010-11-24&quot;, &quot;scrapestamputc&quot;: &quot;2012-06-06T20:26:56.965847&quot;, &quot;scrapedurl&quot;: &quot;http://143.166.84.118/services/assetservice.asmx?WSDL&quot;, &quot;vendor&quot;: &quot;Dell&quot;, &quot;productid&quot;: &quot;&quot;})
+%
+&lt;/pre&gt;&lt;/blockquote&gt;
+
+&lt;p&gt;It currently support Dell and HP, and I am hoping for help to add
+support for other vendors.  The python source is available on
+Scraperwiki and I welcome help in adding more features.&lt;/p&gt;
+</description>
+       </item>
+       
         </channel>
 </rss>
         </channel>
 </rss>