List data sets available from a remote host
remote_hosts_list_data_sets(
id,
credential_id = NULL,
username = NULL,
password = NULL,
q = NULL,
s = NULL
)
An array containing the following fields:
string, The path to a data_set.
boolean, Boolean that indicates whether further querying needs to be done before the table can be selected.
integer required. The ID of the remote host.
integer optional. The credential ID.
string optional. The user name for remote host.
string optional. The password for remote host.
string optional. The query string for data set.
boolean optional. If true will only return schemas, otherwise, the results will be the full path.