consolecomponents

API Name

consolecomponents

Description

Gets the Managed Components on the Server Manager Console.

REST Methods

GET

Precondition

Input Params

Sample Request

https://jdesmc.example.com:8998/manage/mgmtrestservice/ consolecomponents

Return

Set of managedComponents with information about each component such as targetType, componentName, version, and platform.

Sample Response

{ "managedComponentsSet": [ { "targetType":"agentInstallers", "componentName":"agentPackage7.jar", "version": "7", "platform": "windows,os400,aix,hpux,hpia64,solaris,linux" }, { "targetType":"rteserver", "componentName": "E1_TransactionServer_9.2.0.5_05-13-2016_01_19.jar", "version":"9.2.0.5", "platform": "windows,os400,aix,hpux,hpia64,solaris,linux" }, { "targetType":"rteserver", "componentName": "E1_TransactionServer_9.2.0.4_05-18-2016_06_04.jar", "version": "9.2.0.4", "platform": "windows,os400,aix,hpux,hpia64,solaris,linux" }, { "targetType": "depserver", "componentName": "9.2.0.5.Release.DS.Win32_06-08-2016_09_23.jar", "version": "9.2.0.5", "platform": "windows" }, { "targetType":"depserver", "componentName":"9.2.0.4.Debug.DS.Win32_05-18-2016_07_26.jar", "version":"9.2.0.4", "platform":"windows" } ]}

Exception

Throws an exception if the operation fails.