Enterprise databases

URL:
https://<root>/data/items/enterpriseDatabases
Methods:
GET
Required Capability:
Access allowed with any authorized privilege
Version Introduced:
10.5

Description

The enterpriseDatabases resource provides access to individual enterprise database data items that have been registered with ArcGIS Server. Each data item represents an enterprise database that can contain an Esri geodatabase.

Request parameters

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the enterpriseDatabases resource:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/admin/data/items/enterpriseDatabases?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
{
  "path": "/enterpriseDatabases",
  "type": "datadir",
  "id": "3621486d-8091-45bf-a4f4-ea12e32f6e5a"
}

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