Metadata Catalogs
Metadata Catalogs
This operation returns information about available catalogs.
Request
GET https://cloud.cdata.com/api/catalogs
Response
HTTP 200 OK
{
"results": [
{
"affectedRows": -1,
"schema": [
{
"catalogName": "CData",
"columnLabel": "TABLE_CATALOG",
"columnName": "TABLE_CATALOG",
"dataType": 5,
"dataTypeName": "VARCHAR",
"length": 255,
"nullable": true,
"ordinal": 0,
"precision": 255,
"scale": 0,
"schemaName": "QueryFederation",
"tableName": "sys_catalogs"
}
],
"rows": [
[
"Salesforce1"
]
]
}
]
}
Fields
Name | Description |
catalogName | The name of the catalog. |