list-proxy-configs¶
- subtitle
Lists proxy configs.
- version
0.9.126
Description¶
Lists proxy configs.
Synopsis¶
list-proxy-configs
[--proxy-config-name <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--proxy-config-name
(string)
An optional proxy config name to search by.
--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¶
proxyConfigs -> (array)
The proxy configs.
item -> (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.
inboundProxyCidr -> (array)
Allow these CIDR for Inbound communication.
item -> (string)
Form Factors¶
public, private