Hi,

There is a small upcoming change in the Inventory REST API which consists in removing a deprecated field, as explained in this JIRA: https://issues.jboss.org/browse/HWKINVENT-200

Basically, "type" has been replaced with "metricDataType" a while ago and made deprecated, now it's going to be removed. Probably not for the next release, but for the one after. Meanwhile I'd like to check any existing usage. What are the potential usages?

- Ruby client: I've already made changes to it
- Java client: it uses the inventory API code, so it should not require any change
- Go client: does not use inventory (?)
- Python client: does not use inventory (?)
- I'm now having a look at WF & openshift agents

Do you see anything else?

Joel