Skip to main content
Solved

Retrieving logs, diagnostics, and metrics from ArcGIS Server Manager

  • April 29, 2025
  • 3 replies
  • 42 views

arenscott
Contributor
Forum|alt.badge.img+10

Hello all, 

I’m interested in seeing if FME can connect to ArcGIS Server Manager.

I’d like to see that status of services (Started not started, instances running..), log messages to 
review issues, and possibly view the statistics reports (graphs of activity, views, response times etc)..

Is this possible?

Best answer by todd_davis

Yes it can. You just need to make the relevant Esri Rest Api calls. All detailed here: https://developers.arcgis.com/rest/enterprise-administration/server/overview/

Its very old now, and I would rebuild it differently now, but the custom transformer in the hub ArcGIS_S_StartStop will give you the status/statistics of the services. Its 8 years old though, so authentication may be different in your environment these days compared to what it was built for, and honestly, I can’t remember what its “statistics” return.

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

todd_davis
Influencer
Forum|alt.badge.img+23
  • Influencer
  • Best Answer
  • April 30, 2025

Yes it can. You just need to make the relevant Esri Rest Api calls. All detailed here: https://developers.arcgis.com/rest/enterprise-administration/server/overview/

Its very old now, and I would rebuild it differently now, but the custom transformer in the hub ArcGIS_S_StartStop will give you the status/statistics of the services. Its 8 years old though, so authentication may be different in your environment these days compared to what it was built for, and honestly, I can’t remember what its “statistics” return.

 


arenscott
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • April 30, 2025

Thanks Todd, that looks very promising!


arenscott
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • April 30, 2025

The ArcGIS_S_StartStop custom transformer works very nicely, thanks so much!