URL | http://<catalog-url>/<serviceName>/GeoDataServer |
Parent Resource | Catalog |
---|---|
Child Resources | GeoData Version GeoData Replica Uploads Info |
The geodata service resource represents a geodata service that you have published with ArcGIS Server. The resource provides basic information associated with the geodata service such as the service description, its workspace type, default working version, versions, and replicas.
Parameter | Details |
---|---|
f | Description: The
response format. The default response format is html. Values: html | json |
{
"serviceDescription" : "<serviceDescription>",
"workspaceType" : "<workspaceType>",
"defaultWorkingVersion": "<defaultWorkingVersion>",
"versions": [ "<version1>", "<version2>" ],
"replicas": [ "<replica1>", "<replica2>" ]
}
{
"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"
]
}