Relational Catalog Service

URL:
https://<catalog-url>/serviceName/RelationalCatalogServer
Methods:
GET
Version Introduced:
10.5

Description

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

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

Use dark colors for code blocksCopy
1
2
3
4
5
6
{
    "serviceName": "",
    "description": "",
    "currentVersion": 10.5,
    "copyrightText": ""
}

JSON Response Example

Use dark colors for code blocksCopy
1
2
3
4
5
6
{
    "serviceName": "LOB",
    "description": "Line of business database.",
    "currentVersion": 10.5,
    "copyrightText": ""
}

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