View source: R/generated_client.R
| remote_hosts_post | R Documentation | 
Create a Remote Host
remote_hosts_post(name, url, type)
| name | string required. The human readable name for the remote host. | 
| url | string required. The URL for the remote host. | 
| type | string required. The type of remote host. One of: RemoteHostTypes::Bigquery, RemoteHostTypes::Bitbucket, RemoteHostTypes::GitSSH, RemoteHostTypes::Github, RemoteHostTypes::GoogleDoc, RemoteHostTypes::JDBC, RemoteHostTypes::Postgres, RemoteHostTypes::Redshift, RemoteHostTypes::S3Storage, and RemoteHostTypes::Salesforce | 
A list containing the following elements:
| id | integer, The ID of the remote host. | 
| name | string, The human readable name for the remote host. | 
| type | string, The type of remote host. One of: RemoteHostTypes::Bigquery, RemoteHostTypes::Bitbucket, RemoteHostTypes::GitSSH, RemoteHostTypes::Github, RemoteHostTypes::GoogleDoc, RemoteHostTypes::JDBC, RemoteHostTypes::Postgres, RemoteHostTypes::Redshift, RemoteHostTypes::S3Storage, and RemoteHostTypes::Salesforce | 
| url | string, The URL for the remote host. | 
| description | string, The description of the remote host. | 
| myPermissionLevel | string, Your permission level on the object. One of "read", "write", or "manage". | 
| user | list, A list containing the following elements: 
 | 
| createdAt | string, | 
| updatedAt | string, | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.