getProductVersions() REST API method

Returns a list of configured Identity Insight schema definitions and their version numbers.

Description

Example Request #1
GET http://host:port/easws/api/rest/product/versions
Example Response #1
{"products": [
      {
      "productName": "RELRES.NO_HIST",
      "productVersion": "9.0.0"
   },
      {
      "productName": "EAS-Console",
      "productVersion": "9.0.0"
   },
      {
      "productName": "CMEAdmin",
      "productVersion": "9.0.0"
   }
]}
Example Request #2
GET http://host:port/easws/api/rest/product/versions/RELRES.NO_HIST
Example Response #2
{"products": [{
   "productName": "RELRES.NO_HIST",
   "productVersion": "9.0.0"
}]}