Skip To Content
ArcGIS Developer
Dashboard

Relational Catalog Service

Description

A relational catalog service represents a connection to a database. Client applications can browse the contents of the catalog by requesting its entities.

Legacy:

The Relational Catalog Service's public REST API has been retired and is only available for ArcGIS Enterprise 10.5.x and 10.6.x.

Note:

Relational Catalog Services appear on ArcGIS Serversites that have been designated as a Portal for ArcGIS hosting server. They are created when client applications (such as ArcGIS Insights) establish a Relational Database Connection portal item.

Note:
Starting at 10.5.1, ArcGIS Insights must be installed to register Relational Data Store Types and create Relational Catalog Services or Relational Database Connections. Please refer to ArcGIS Insights documentation for more information on supported databases, required vendor files, supported data types, and required database privileges.

Request Parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json

Example Usage

https://services.myserver.com:port/arcgis/rest/services/<serviceName>/RelationalCatalogServer?f=json

JSON Response Syntax


{
    "serviceName": "",
    "description": "",
    "currentVersion": 10.5,
    "copyrightText": ""
}

JSON Response Example

{
    "serviceName": "LOB",
    "description": "Line of business database.",
    "currentVersion": 10.5,
    "copyrightText": ""
}