Cloudbreak CLI Reference
Also available as:
PDF

proxy create

Registers an existing proxy with Cloudbreak.

Required options

--name <value> Name for the proxy

--proxy-host <value> Hostname or IP address of the proxy

--proxy-port <value> Port of the proxy

Options

--proxy-protocol <value> Protocol for the proxy (http or https) (default: “http”)

--proxy-user <value> User for the proxy if basic auth is required

--proxy-password <value> Password for the proxy if basic auth is required

--description <value> Description for the proxy

--server <value> Cloudbreak server address [$CB_SERVER_ADDRESS]

--username <value> Cloudbreak user name (e-mail address) [$CB_USER_NAME]

--password <value> Cloudbreak password [$CB_PASSWORD]

--workspace <value> Name of the workspace holding the resource

--profile <value> Selects a config profile to use [$CB_PROFILE]

--auth-type <value> Authentication method to use. Values: oauth2, basic [$CB_AUTH_TYPE]