Learn R Programming

civis (version 1.6.1)

remote_hosts_post: Create a new remote host

Description

Create a new remote host

Usage

remote_hosts_post(name, url, type)

Arguments

name

string required. The human readable name for the remote host.

url

string required. The URL to your host.

type

string required. The type of remote host. One of:

Value

A list containing the following elements:

id

integer, The ID of the remote host.

name

string, The name of the remote host.

type

string, The type of remote host. One of:

url

string, The URL for remote host.