App Connect

 View Only

 AppConnect REST API for Resource Statistics Metrics

Keagan Peet's profile image
Keagan Peet posted Wed March 05, 2025 04:18 PM

Hello,

I'm currently trialing ACE via the AWS SaaS offering and would like to fetch Integration Runtime server resource statistics via REST API. I do not see any documentation on how to configure or use the REST API besides the following:

Managing resource statistics collection

https://www.ibm.com/docs/en/app-connect/13.0?topic=interface-accessing-web-user 

I've added the following server.conf yaml override configuration to my test runtime instance that hopefully enables the REST API and enables Resource Statistics to be fetched:

RestAdminListener:
  enabled: true
  basicAuth: true
 
Statistics:
  Resource:
    reportingOn: true
Checking the properties section for my integration server, I do see default port, but no other host details or REST API references:

My questions now are:

  • How do I find the hostname/port that are used to fetch resource statistics via REST API? Since this is a SaaS trial, I don't believe I have access to login to the runtime integration servers and look at the server config myself.
  • What is the actual rest endpoint to use? I don't see any IBM docs listing the API spec, or how to authenticate through it.
  • Are there any other configuration overrides required (network access, etc) to be able to access the REST API for my integration server remotely/publicly?