Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

Overview

The catalog will provide a list of collections, along with some basic information about the collection. This information may include the ID, name, description, and data sources held within the collection. 

Viewing the Catalog

The catalog provides collection information. 

http://{host}/rds/catalog
{
    "catalog": {
        "collections": [
            {
                "id": "test",
                "name": "Test",
                "description": "Test collection",
                "datasources": [
                    {
                        "id": "datasource",
                        "name": "Data source name",
                        "public": true
                    }
                ]
            }
        ]
    }
}
  • No labels