What product/components do you use and which version/fix level?
Command Central 10.7
Are you using a free trial or a product with a customer license?
Customer Licence
What are trying to achieve? Please describe in detail.
Trying to implement monitoring for webMethods IS and UM components using Command Central REST APIs
Can you please let me know what are the components we can monitor in IS & UM using command central REST APIs.
Checked this URL https://hostname:portnumber/cce/application.wadl in postman, and got resource paths.
Can you please share example REST APIs URL OR any document which provides details on the URLs for,
IS - To get list of schedulers and its status
UM - To get number events queued in the channel
Do you get any error messages? Please provide a full error message screenshot and log file.
I’m positive that the application-specific metrics that you want, cannot be monitored via CCE (I stand to be corrected).
While NP beat me to the IS API above, here’s the equivalent one for UM (link).
You can build a nifty yet holistic solution with different layers of monitoring, by combining these APIs; some more ideas here (link).
For now, I manually filtered the list, ( I couldn’t find a grouping based on configurationTypeId) and found multiple such instances , one for each scheduled task
Use the “id” from the above result and invoke host:port/cce/configuration/instances/{nodeAlias}/{runtimeComponentId}/{configurationInstanceId}
E.g, : /cce/configuration/instances/local/integrationServer-default/IS-SCHEDULED-TASKS-abcd-efgh-asdf
again referring the .wadl file ,there is an entry resource path=“/configuration/data” resource path=“/{nodeAlias}/{runtimeComponentId}/{configurationInstanceId}”
As far as I know, CCE does have support for modifying the configuration as well, for example modify settings for a particular port , but I’m not sure if this is available for all configurations. In this case, looks like the support is limited to the scheduled tasks only and not the scheduler status.
Looks like CCE REST APIs are not straight forward, it is tricky to use.
Apart from schedulers, if I have other IS components to monitor as well. I don’t think it will give the output as I expected. (Example: It is not showing whether Scheduler is disabled or enabled which is important for monitoring)
@Venkata_Kasi_Viswanath_Mugada1 I have gone through the steps given for UM REST plugin. I am not able to see the plugin tab in enterprise manager to configure it. (for step - 4.Select the tab Plugins from the interface configuration panel.)
as per this link, looks like license is required for plugin feature set. Can you please confirm on this.