GeoData Service

URL:
https://<root>/<serviceName>/GeoDataServer
Methods:
GET
Version Introduced:
9.3

Description

The GeoData Service resource represents a geodata service that you've published with ArcGIS Server. This resource provides basic information associated with the geodata service, such as the service description, workspace type, default working version, versions, and replicas.

Request parameters

ParameterDetails

f

Description: The response format. The default response format is html.

Values: html | json

JSON Response syntax

Use dark colors for code blocksCopy
1
{"serviceDescription" : "<serviceDescription>","workspaceType" : "<workspaceType>","defaultWorkingVersion": "<defaultWorkingVersion>","versions": [ "<version1>", "<version2>" ],"replicas": [ "<replica1>", "<replica2>" ]}

JSON Response example

Use dark colors for code blocksCopy
1
{"serviceDescription" : "Test GeoData Service Description","workspaceType" : "esriRemoteDatabaseWorkspace","defaultWorkingVersion": "SDE.DEFAULT","versions": [ "SDE.DEFAULT", "MAP.GeoDatabase-BaseVersion", "GDB.July15_APtest", "MAP.MyCheckOut", "MAP.TestReplica"],"replicas": [ "MAP.MyCheckOut", "MAP.TestReplica"]}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.