Skip to main content
Solved

Find when a map service was last used?

  • April 9, 2024
  • 2 replies
  • 59 views

fmegrinder
Contributor
Forum|alt.badge.img+5

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.

 

Best answer by hkingsbury

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

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.

2 replies

hkingsbury
Celebrity
Forum|alt.badge.img+64
  • Celebrity
  • Best Answer
  • April 10, 2024

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


fmegrinder
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • April 12, 2024

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