WireMock
global_random_delay
Adds a random delay to all mappings
Below are the details and signature of the activity Python module.
Type | action |
Module | chaoswm.actions |
Name | reset |
Return | integer |
Usage
JSON
{
"name": "reset",
"type": "action",
"provider": {
"type": "python",
"module": "chaoswm.actions",
"func": "reset"
}
}
YAML
name: reset
provider:
func: reset
module: chaoswm.actions
type: python
type: action
Arguments
Name | Type | Default | Required | Title | Description |
---|
Signature
def reset(configuration: Dict[str, Dict[str, str]] = None) -> int:
pass