Search:     Advanced search

AGS Generic Service Check

Article ID: 267
Last updated: 15 Aug, 2018
Revision: 12
Views: 0

The AGS Generic Service Check monitoring point makes a connection to the ESRI HTTP REST Interface, making a generic request.  It does not exercise the service, it only checks to make sure it is present and available.  This is a very basic test that can work on any ArcGIS Service.

The parameters that are unique to the AGS Generic Service Check include:

Server Name

DNS name of server where AGS is located

Service Name

Name of REST Service on the ArcGIS server. If service is under a folder, name of folder service is needed (e.g. Parcels or Assessor/Parcels)

Service REST URL

The end of the URL passed into the check needs to End with the type of AGS service, ex.  /MapServer  or /FeatureServer  or  /GeocodeServer  or /ImageServer or /MobileServer, etc.

Example

http:/myTestAGSServer/arcgis/rest/services/MyMapService/MapServer

If the REST service is secure use the AGS Secure Generic Service Check.

Prev   Next
AGS Feature Service URL     AGS Geocode Service