edge-network¶
edge-network proxy delete¶
Usage
usage: -c edge-network proxy delete [-h]
[-f {adaptive_table,json,shell,table,value,yaml}]
[-c COLUMN]
[-m [NAME=VALUE [NAME=VALUE ...]]]
[--max-width <integer>] [--noindent]
[--prefix PREFIX]
network_id
Description
Deletes a proxy configuration for a network.
Return
None
Optional
optional arguments:
-h, --help show this help message and exit
edge-network proxy get¶
Usage
usage: -c edge-network proxy get [-h]
[-f {adaptive_table,json,shell,table,value,yaml}]
[-c COLUMN]
[-m [NAME=VALUE [NAME=VALUE ...]]]
[--max-width <integer>] [--noindent]
[--prefix PREFIX]
network_id
Description
Returns Proxy configuration for network.
Return
Returns dict: Proxy response
Optional
optional arguments:
-h, --help show this help message and exit
edge-network proxy update¶
Usage
usage: -c edge-network proxy update [-h]
[-f {adaptive_table,json,shell,table,value,yaml}]
[-c COLUMN]
[-m [NAME=VALUE [NAME=VALUE ...]]]
[--max-width <integer>] [--noindent]
[--prefix PREFIX]
[--http-proxy HTTP_PROXY]
[--https-proxy HTTPS_PROXY]
[--no-proxy [NO_PROXY [NO_PROXY ...]]]
network_id
Description
Configure proxy for network.
Return
Returns dict: Proxy response
Optional
optional arguments:
-h, --help show this help message and exit
--http-proxy HTTP_PROXY
URL for HTTP Proxy
--https-proxy HTTPS_PROXY
URL for HTTPS Proxy
--no-proxy [NO_PROXY [NO_PROXY ...]]
Addresses to exclude from using Proxy (e.g. localhost,127.0.0.1,123.234.88.88:6555