Solved

Find when a map service was last used?

  • 9 April 2024
  • 2 replies
  • 24 views

Badge +1

My customer want me to automate a report how many times diffrent map services has been reqested.

It’s on a unfederated arcgis server with arcgis server manger.

In arcgisserver manager i can export this information one by one to a csv file and get how many times a service has been requested in a set time period.

I need to find a way to automate this process. Is it possible to retrieve this statistics using FME and then print it to an Excel file? Then on FME-server I need to get a report every month how many times diffrenbt map services has been used.

 

icon

Best answer by hkingsbury 10 April 2024, 03:49

View original

2 replies

Userlevel 5
Badge +29

Have a look at the ArcGIS Admin API - https://developers.arcgis.com/rest/enterprise-administration/server/overview.htm
 

You can then use a HTTPCaller to send requests

Badge +1

Thank you! I found some information that could work there!

Reply