action Proxy

reset

Enable all proxies and remove all active toxics

Activity as code

Below are the details and signature of the activity Python module.

Typeaction
Modulechaostoxi.proxy.actions
Namereset
ReturnNone

Usage

JSON

{
  "name": "reset",
  "type": "action",
  "provider": {
    "type": "python",
    "module": "chaostoxi.proxy.actions",
    "func": "reset"
  }
}

YAML

name: reset
provider:
  func: reset
  module: chaostoxi.proxy.actions
  type: python
type: action

Arguments

NameTypeDefaultRequiredTitleDescription

Signature

def reset(configuration: Dict[str, Dict[str, str]] = None):
    pass