Difference between revisions of "Product Info Web Service"

From Fusion Registry Wiki
Jump to navigation Jump to search
(Created page with "Category:WebService = Overview = The Product Info web service can be used to obtain configuration details from a running Fusion Metadata Registry instance. Returns JSON d...")
 
(Example)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:WebService]]
 
[[Category:WebService]]
 
= Overview =
 
= Overview =
The Product Info web service can be used to obtain configuration details from a running Fusion Metadata Registry instance.
+
The Product Info web service can be used to obtain configuration details from a running Registry instance.
  
 
Returns JSON describing:
 
Returns JSON describing:
Line 24: Line 24:
  
 
=Example=
 
=Example=
[[File:ProductInfoJSON.PNG]]
+
[[File:ProductInfoJSON.png]]

Latest revision as of 09:19, 2 August 2023

Overview

The Product Info web service can be used to obtain configuration details from a running Registry instance.

Returns JSON describing:

  • Product
  • Running version and its release date
  • Web application service URL
  • A list of installed plugins
  • A list of REST API web service entry points
Entry Point /ws/fusion/info/product
Access Public
Http Method GET
Response Format application/json (array of objects)
Response Statuses

200 - Query Ok

Example

ProductInfoJSON.png