action Network

Stop Network Proxy

Stop the fault proxy.

Run it now
View details
Typeaction
Modulechaosfault.actions
Namerun_proxy
Returnlist

Usage

JSON

{
  "name": "run-proxy",
  "type": "action",
  "provider": {
    "type": "python",
    "module": "chaosfault.actions",
    "func": "stop_proxy"
  }
}

YAML

name: run-proxy
type: action
provider:
  type: python
  module: chaosfault.actions
  func: stop_proxy

Arguments

NameTypeDefaultRequiredTitleDescription

Stop the fault proxy.

Signature

def stop_proxy(unset_http_proxy_variables: bool = False)
  pass