create-proxy-config

subtitle

Creates a new proxy config that can be attatched to an environment.

version

0.9.111

Description

Creates a new proxy config.

Synopsis

  create-proxy-config
--proxy-config-name <value>
--protocol <value>
--host <value>
--port <value>
[--description <value>]
[--no-proxy-hosts <value>]
[--user <value>]
[--password <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--proxy-config-name (string)

The name of the proxy config.

--protocol (string)

The protocol.

--host (string)

The proxy host.

--port (integer)

The proxy port.

--description (string)

A description for the proxy config.

--no-proxy-hosts (string)

Comma-separated list of ‘CIDR’, ‘[.]host[:port]’ (can be a subdomain as well) and ‘IP[:port]’ entries that should not be proxied. Wildcards are not accepted. For example .cloudera.com,192.168.1.1

--user (string)

The proxy user.

--password (string)

The proxy password.

--cli-input-json (string)

Performs service operation based on the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.

--generate-cli-skeleton (boolean)

Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for --cli-input-json.

Output

proxyConfig -> (object)

A proxy config object.

proxyConfigName -> (string)

The name of the proxy config.

crn -> (string)

The CRN of the proxy config.

protocol -> (string)

The protocol.

host -> (string)

The proxy host.

port -> (integer)

The proxy port.

description -> (string)

A description for the proxy config.

noProxyHosts -> (string)

Comma-separated list of ‘CIDR’, ‘[.]host[:port]’ (can be a subdomain as well) and ‘IP[:port]’ entries that should not be proxied. Wildcards are not accepted. For example .cloudera.com,192.168.1.1

user -> (string)

The proxy user.

password -> (string)

The proxy password.

Form Factors

public, private