Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Collections can be viewed in the catalog.  

Step By Step

...

titleView Catalog Contents

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. 

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