R/generated_client.R
remote_hosts_list_data_sets.Rd
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 )
id | integer required. The ID of the remote host. |
---|---|
credential_id | integer optional. The credential ID. |
username | string optional. The user name for remote host. |
password | string optional. The password for remote host. |
q | string optional. The query string for data set. |
s | boolean optional. If true will only return schemas, otherwise, the results will be the full path. |
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.