- Community Home
- >
- Services
- >
- Insight Remote Support
- >
- Is there a Warranty API for HPE servers, switches ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2018 06:15 AM - last edited on 05-06-2025 12:06 AM by Sunitha_Mod
03-19-2018 06:15 AM - last edited on 05-06-2025 12:06 AM by Sunitha_Mod
Is there a Warranty API for HPE servers, switches and storage devices?
Hello,
I am searching for an API to gather warranty and support entitlement information for HP devices. Many other vendors such as HP Inc or Dell have there kind of APIs where you provide the serial number and in return, you get the list of support entitlement entries for a specific device.
We are using your WEB page https://support.hpe.com/connect/s/warrantycheck in order to programmatically get the support entitlement information in a batch process. However, the web page creates a captcha if we query too many devices in a short period of time.
An API would be a much better approach to gather this data for our customers in batch mode.
Is there an API and if yes, how can we enroll for it?
Moderator[Updated the link, you also visit https://support.hpe.com/connect/s/ to find the latest info ]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2018 06:05 AM
03-29-2018 06:05 AM
Re: Is there a Warranty API for HPE servers, switches and storage devices?
Unfortunately, there is not an API for this - just the web validation page you referenced in your question.
I work for HPE
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2018 11:43 AM
09-14-2018 11:43 AM
Re: Is there a Warranty API for HPE servers, switches and storage devices?
Hello,
My TS consulting person (Peter M.) reminded me that the Global Dashboard 1.5 has reports for Warranty information.
Would that help?
OneView QuickSpecs:
What is New with HPE Global Dashboard 1.5
Increased security in the data center with FIPS support
Improved access security with 2 Factor Authentication
Scheduled automated reports
New contract and warranty report
New report for easy tracking of HPE OneView licenses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2020 03:32 PM - last edited on 05-06-2025 12:18 AM by Sunitha_Mod
02-11-2020 03:32 PM - last edited on 05-06-2025 12:18 AM by Sunitha_Mod
Re: Is there a Warranty API for HPE servers, switches and storage devices?
I made a script that uses powershell, chrome, and Selenium
I had to do something like this for all my servers, we didn't have infosight so I had to do this using GUI. yea... not going to happen for our 1k+ plus servers.
you need to install the PowerShell selenium module, please google how to install and use those modules.
https://www.powershellgallery.com/packages/Selenium/3.0.0-beta1
XXXXXXXXXXXX START OF CODE XXXXXXXXXXXX
$env:PATH += "C:\Program Files\WindowsPowerShell\Modules\Selenium\2.0.0\assemblies\"
Add-Type -Path "C:\Program Files\WindowsPowerShell\Modules\Selenium\2.0.0\assemblies\WebDriver.dll"
$ChromeDriver = New-Object OpenQA.Selenium.Chrome.ChromeDriver
HPe Warrenty lookup
$ChromeDriver.Navigate().GoToURL("https://support.hpe.com/connect/s/warrantycheck")
start-sleep -Seconds 5
$ChromeDriver.FindElementById("serialNumber0").SendKeys("$sn")
start-sleep -Seconds 1
$ChromeDriver.FindElementByName("submitButton").click()
start-sleep -Seconds 6
$warrantytext = ($ChromeDriver.FindElementByClassName("hpui-standard-table")).text
$warrantytemp = ($warrantytext -split("`n") | Select-String -Pattern "HPE HW Maintenance").ToString()
$warrantytemp1 = ((($warrantytemp -Split("Onsite Support "))[1]).Trim(" ")) -split(" ")
$warranty = $warrantytemp1[3] + " " + $warrantytemp1[4] + " " + $warrantytemp1[5]
$warranty
XXXXXXXXXXXX END OF CODE XXXXXXXXXXXX
#WARNING HPE website has some type a limit where if you request too much, it will recaptcha you so limit your request so I limit my code to 1 per 1 minute.
I am not a HPe Employee
Moderator[ Updated the link. You may also visit https://support.hpe.com/connect/s/ to find the latest info ]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 07:59 AM - last edited on 05-06-2025 12:04 AM by Sunitha_Mod
12-12-2022 07:59 AM - last edited on 05-06-2025 12:04 AM by Sunitha_Mod
Re: Is there a Warranty API for HPE servers, switches and storage devices?
Hello
Hpe add a new warranty check API : Overview (redoc.ly)
Overview
The Warranty Check API can use your product’s serial number and optionally product number to check if it is under support along with the start and end dates.
Warranty Check API
GET: https://api-gw.support.hpe.com/apigwext/support/entitlement/v1/warrantyCheck/sn{/pn}Moderator [above link is no longer valid]
Field descriptions :
- sn Serial number for the device being evaluated. Mandatory
- pn Product number for the device being evaluated. Optional
Return Codes :
- 200 API receives response Successful response.
- 401 Unauthorized Client is unauthenticated. Client must authenticate itself first to get the requested response. See "Authentication" tab.
- 404 Not Found The server cannot find the requested resource. This means the URL is not recognized. In an API, this can also mean that the endpoint is valid but the resource itself does not exist, for example the requested SN/PN combination is not available. Example: {"id": "210", "idClass": "DatanotFound", "message": "Product number was not found"}
- 429 Too Many Requests Client has sent too many requests in a given amount of time. Requests are blocked by rate limiting policy.
- 500 Server is aware that it has encountered an error or is incapable of fulfilling the request.
Note:
- Warranties and contracts expired for over 12 months will not be listed.
- The Warranty Check API will not provide support agreement information or Contract ID.
- The subscription type of contracts will not be listed.
- Currently only single product look up is supported with the API.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2023 06:40 AM
01-13-2023 06:40 AM
Re: Is there a Warranty API for HPE servers, switches and storage devices?
Where can we get the clientid and secret required to create token
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2023 10:23 AM
05-25-2023 10:23 AM
Re: Is there a Warranty API for HPE servers, switches and storage devices?
Did you get a response for this? I'm on the same boat.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2023 10:31 AM
05-25-2023 10:31 AM
Re: Is there a Warranty API for HPE servers, switches and storage devices?
https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=cep-help_en_us&page=GUID-50EAA3CB-5951-4AF1-82F2-7003A28EB70C.html
Check this to see if it answers the question you have
I work for HPE
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2023 10:34 AM - last edited on 05-06-2025 12:19 AM by Sunitha_Mod
05-25-2023 10:34 AM - last edited on 05-06-2025 12:19 AM by Sunitha_Mod
Re: Is there a Warranty API for HPE servers, switches and storage devices?
Hi @toddg1
Thanks for your reply.
That link does not answer my question. I'm trying to automate the warranty check using the warranty API (https://warranty-check.redoc.ly/developer-portal/ ), but I receive an unauthorized response. I think the issue is that the client id and secret is separate from the credentials used to login to hpe.com.
So my question is, where do I get the client id and secret?
Thanks!
Moderator [above link is no longer valid, please visit https://support.hpe.com/connect/s/ to find the latest info ]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2023 10:41 AM
05-25-2023 10:41 AM
Re: Is there a Warranty API for HPE servers, switches and storage devices?
At least not at this time - but I don't know of any plans anytime soon for an API for users.
I work for HPE
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2023 10:46 AM
05-25-2023 10:46 AM
Re: Is there a Warranty API for HPE servers, switches and storage devices?
I can automated on my end, I just need to know where to get the client id/secret so I start using the API.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 02:09 AM - last edited on 05-06-2025 12:19 AM by Sunitha_Mod
06-06-2023 02:09 AM - last edited on 05-06-2025 12:19 AM by Sunitha_Mod
Re: Is there a Warranty API for HPE servers, switches and storage devices?
Hello, request must be done on this page https://support.hpe.com/connect/s/wcapiregistration
Moderator [above link is no longer valid, please visit https://support.hpe.com/connect/s/ to find the latest info ]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 05:29 AM
06-06-2023 05:29 AM
Re: Is there a Warranty API for HPE servers, switches and storage devices?
Hi,
it just redirects you to the support page:
We have received your request to be a pilot user of our Warranty Check API.
Please use HPE Support Center site support if you need help. https://support.hpe.com/connect/s/sitesupport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 05:33 AM
06-06-2023 05:33 AM
Re: Is there a Warranty API for HPE servers, switches and storage devices?
I think you have to wait for an approval on HPE side...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 04:51 AM
05-05-2025 04:51 AM
Re: Is there a Warranty API for HPE servers, switches and storage devices?
I would assume that you didn't pursue this any longer, right ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 04:56 AM
05-05-2025 04:56 AM
Re: Is there a Warranty API for HPE servers, switches and storage devices?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 05:56 AM - edited 05-05-2025 05:56 AM
05-05-2025 05:56 AM - edited 05-05-2025 05:56 AM
Re: Is there a Warranty API for HPE servers, switches and storage devices?
Whould this be helpful ?
Authentication
Our API endpoint is secured. You must first obtain a security JSON web token by calling our Identity service. Token
generated will be valid for one hour.
Identity service CURL example:
curl -L -X POST 'https://api-gw.support.hpe.com/apigwext/services/oauth/token' -H 'Authorization: Basic
base64_encoded_credentials' -F 'grant_type="client_credentials"'
Response from Identity service
{
"access_token": "access_token_value",
"token_type": "access_token_type",
"expires_in": expiration_value,
"scope": "read write",
"cc_id": "client_id",
"ga_id": "group_account_id",
"sc_id": "security_context_id",
"domain": "domain_name",
"zip_authorities": "some_zip_authorities",
"jti": "jti"
}
Fields
access_token: Holds JWT to use with Warranty Check API call
token_type: Type of generated token
expires_in: Token is valid for 1 hour from when it was generated, this field shows in what time it will expire
-------------------------------------------------------------------------------------------------------------------------------
Call Warranty Check API
CURL Example:
curl -L -X GET ' https://apigw.support.hpe.com/apigwext/support/entitlement/v1/warrantyCheck/serial_number/product_number
-H 'Authorization: access_token_type access_token_value'
Response Examples:One product, multiple support levels:
{
"entitlementBySnPnInstanceHSLList": [
{
"log_tracking_id": "Yv5DwXoAbcrJPrmscp@w1wAAAAE",
"serialNumber": "MXQ1340CFM",
"productNumber": "867959-B21",
"countryCode": "US",
"supportLevels": [
{
"serviceLevel": "Tech Care",
"serviceLevelRank": 2,
"contractLevel": "HPE Pointnext Tech Care",
"contractLevelRank": 1,
"startDate": "2022-01-16",
"endDate": "2025-01-15"
},
{
"serviceLevel": "Warranty",
"serviceLevelRank": 6,
"contractLevel": "Warranty",
"contractLevelRank": 1,
"startDate": "2022-01-13",
"endDate": "2025-02-11"
}
],
"currentHighestSupportLevel": {
"serviceLevel": "Tech Care",
"contractLevel": "HPE Pointnext Tech Care"
}
}
]
}
----------------------------------
Sometimes multiple products share the same serial number. If the product number is not provided, you might get
responses for multiple products.
Sample:
{
"entitlementBySnPnInstanceHSLList": [
{
"log_tracking_id": "Yv5P@uGzoTxms1JSIjsUQgAAAAk",
"serialNumber": "CZJ637799T",
"productNumber": "382197-421",
"countryCode": "US",
"supportLevels": [
{
"serviceLevel": "Warranty",
"serviceLevelRank": 6,
"contractLevel": "Warranty",
"contractLevelRank": 1,
"startDate": "2022-01-25",
"endDate": "2025-01-24"
}
],
"currentHighestSupportLevel": {
"serviceLevel": "Warranty",
"contractLevel": "Warranty"
}
},
{
"log_tracking_id": "Yv5P@uGzoTxms1JSIjsUQgAAAAk",
"serialNumber": "CZJ637799T",
"productNumber": "815097-B21",
"countryCode": "US",
"supportLevels": [
{
"serviceLevel": "Warranty",
"serviceLevelRank": 6,
"contractLevel": "Warranty",
"contractLevelRank": 1,
"startDate": "2022-01-25",
"endDate": "2025-01-24"
}
],
"currentHighestSupportLevel": {
"serviceLevel": "Warranty",
"contractLevel": "Warranty"
}
}
]
}
Sample of the non-active support level:
{
"entitlementBySnPnInstanceHSLList": [
{
"log_tracking_id": "Yv5RiSNl88ZPaMHletb7dgAAAAQ",
"serialNumber": "BL273738UJ",
"productNumber": "668357
"supportLevels": [],
"currentHighestSupportLevel": {
"serviceLevel": "NOSUPPORT",
"contractLevel": "NOSUPPORT"
}
}
]
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 06:00 AM
05-05-2025 06:00 AM
Re: Is there a Warranty API for HPE servers, switches and storage devices?
Yes, would be great, but how do i obtain token?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 06:37 AM - edited 05-05-2025 06:56 AM
05-05-2025 06:37 AM - edited 05-05-2025 06:56 AM
Re: Is there a Warranty API for HPE servers, switches and storage devices?
Indeed, how do we get credentials to access this API?
The situation remains unchanged, we have no new information from the Warranty Check Product Management team. They are continuing to work through the analysis and development of their API to meet the requirements of general release availability.
The pilot is limited to a small set of HPE Customers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 06:51 AM
05-05-2025 06:51 AM
Re: Is there a Warranty API for HPE servers, switches and storage devices?
Based on a quick look it seems that this gateway access is to GreenLake cloud API.
How to use an API access token for HPE GreenLake for Compute Ops Management | HPE Developer Portal
It might as well be a general way and it's not only related to GreenLake, but for Aruba and other services as well.
I have a case opened to HPE, let's see what their answer is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 07:13 AM
05-05-2025 07:13 AM
Re: Is there a Warranty API for HPE servers, switches and storage devices?
That would be great if it isn't limited to only devices you have in Greenlake Workspace.
I will try it later as I have Greenlake API, but haven't tried for equipment that is not listed under workspace.
Best regards,
Mladen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 07:48 AM
05-05-2025 07:48 AM
Re: Is there a Warranty API for HPE servers, switches and storage devices?
If you find where to generate the secret
I don't seem to have the API options in there other then Personal API Clients, and i have to select one of the
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 07:49 AM
05-05-2025 07:49 AM
Re: Is there a Warranty API for HPE servers, switches and storage devices?
Nevermind, i just got the answer from HPE
"For the customer, bulk warranty check access is currently unavailable as the feature is still under development and has not been onboarded yet.
In case of any clarifications, please do contact us and we will be glad to assist you."