Remote Hosts

class Remote_Hosts(session_kwargs, client, return_type='raw')

Civis API /remote_hosts endpoint.

Methods

delete_shares_groups(id, group_id)

Revoke the permissions a group has on this object

delete_shares_users(id, user_id)

Revoke the permissions a user has on this object

get(id)

Get a Remote Host

list(*[, type])

List Remote Hosts

list_data_sets(id, *[, credential_id, ...])

List data sets available from a remote host

list_shares(id)

List users and groups permissioned on this object

patch(id, *[, name, type, url, description])

Update some attributes of this Remote Host

post(name, url, type)

Create a Remote Host

post_authenticate(id, *[, credential_id, ...])

Authenticate against a remote host using either a credential or a user name and password

put(id, name, type, url, description)

Replace all attributes of this Remote Host

put_shares_groups(id, group_ids, ...[, ...])

Set the permissions groups has on this object

put_shares_users(id, user_ids, ...[, ...])

Set the permissions users have on this object