Skip to main content

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.

 

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


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


Reply