X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/370e99ebd7a6f15e36330d51d17b3a6ffb8294d9..bec1782b8f23e686f8555a50599e81fff33eb7ab:/blog/archive/2012/06/06.rss diff --git a/blog/archive/2012/06/06.rss b/blog/archive/2012/06/06.rss index 1636ae52b7..f151b031cd 100644 --- a/blog/archive/2012/06/06.rss +++ b/blog/archive/2012/06/06.rss @@ -353,5 +353,38 @@ kommunens potensielle lovbrudd.</p> + + Web service to look up HP and Dell computer hardware support status + http://people.skolelinux.org/pere/blog/Web_service_to_look_up_HP_and_Dell_computer_hardware_support_status.html + http://people.skolelinux.org/pere/blog/Web_service_to_look_up_HP_and_Dell_computer_hardware_support_status.html + Wed, 6 Jun 2012 23:15:00 +0200 + <p>A few days ago +<a href="http://people.skolelinux.org/pere/blog/SOAP_based_webservice_from_Dell_to_check_server_support_status.html">I +reported how to get</a> the support status out of Dell using an +unofficial and undocumented SOAP API, which I since have found out was +<a href="http://lists.us.dell.com/pipermail/linux-poweredge/2012-February/045959.html">discovered +by Daniel De Marco in february</a>. Combined with my web scraping +code for HP, Dell and IBM +<a href="http://people.skolelinux.org/pere/blog/Checking_server_hardware_support_status_for_Dell__HP_and_IBM_servers.html">from +2009</a>, I got inspired and wrote +<a href="https://views.scraperwiki.com/run/computer-hardware-support-status/">a +web service</a> based on Scraperwiki to make it easy to look up the +support status and get a machine readable result back.</p> + +<p>This is what it look like at the moment when asking for the JSON +output: + +<blockquote><pre> +% GET <a href="https://views.scraperwiki.com/run/computer-hardware-support-status/?format=json&vendor=Dell&servicetag=2v1xwn1">https://views.scraperwiki.com/run/computer-hardware-support-status/?format=json&vendor=Dell&servicetag=2v1xwn1</a> +supportstatus({"servicetag": "2v1xwn1", "warrantyend": "2013-11-24", "shipped": "2010-11-24", "scrapestamputc": "2012-06-06T20:26:56.965847", "scrapedurl": "http://143.166.84.118/services/assetservice.asmx?WSDL", "vendor": "Dell", "productid": ""}) +% +</pre></blockquote> + +<p>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.</p> + + +