ToxiProxy
create_toxic
Create any of the supported types of toxics with their attributes
Below are the details and signature of the activity Python module.
Type | action |
Module | chaostoxi.proxy.actions |
Name | reset |
Return | None |
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
Name | Type | Default | Required | Title | Description |
---|
Signature
def reset(configuration: Dict[str, Dict[str, str]] = None):
pass