GeoData Service

URL:
https://<root>/<serviceName>/GeoDataServer
Methods:
GET
Child Resources:
Unregister Replica, Version, Replicas
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

1
{"serviceDescription" : "<serviceDescription>","workspaceType" : "<workspaceType>","defaultWorkingVersion": "<defaultWorkingVersion>","versions": [ "<version1>", "<version2>" ],"replicas": [ "<replica1>", "<replica2>" ]}

JSON Response example

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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close