ManageIQ / manageiq-providers-lenovo

ManageIQ plugin for the Lenovo XClarity provider.
https://www.lenovo.com/us/en/data-center/software/management/
Apache License 2.0
16 stars 66 forks source link

Warranty expire dates #298

Open sigbjornaib opened 4 years ago

sigbjornaib commented 4 years ago

LXCA looks up the warranty expire and displays this in the LXCA webui. Would it be possible to pull the warranty info from LXCA into ManageIQ?

agrare commented 4 years ago

That's interesting @sigbjornaib is that warranty per server?

sigbjornaib commented 4 years ago

Yes it is. You'll find it in LXCA under Adminstration -> Service and Support -> Warranty. Each server is listed with Start Date and Expiration Date of the warranty for that server.

LXCA is using Lenovos SupportAPI service to look up the current warranty state for each server.

agrare commented 4 years ago

I don't have an LXCA system available but if you are able to pull that property back from the API I can help integrate that in. I'll need to put in a schema migration to store the new property and add it to the collector and parser in this repo.