listCatalogs: List all catalogs

Description Usage Arguments Value Examples

Description

Returns a set of catalogs that are available on this server.

Usage

1

Arguments

service

Service object containing server url, username, and password

Value

For each catalog, id and uri properties are returned, giving respectively the name of the catalog and the URL under which it is found. Properties named readable and writable indicate, for each catalog, whether the current user has read or write access to it.

Examples

1
2
3
4
5
## Not run: 
service = service("localhost","user","password")
listCatalogs(service)

## End(Not run)

baasman/allegRo documentation built on May 11, 2019, 5:22 p.m.