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]