WireMock
global_random_delay
Adds a random delay to all mappings
Below are the details and signature of the activity Python module.
Type | |
Module | chaoswm.utils |
Name | get_wm_params |
Return | Union[Dict[str, Any], NoneType] |
Usage
JSON
{
"name": "get-wm-params",
"type": "",
"provider": {
"type": "python",
"module": "chaoswm.utils",
"func": "get_wm_params",
"arguments": {
"c": {}
}
}
}
YAML
name: get-wm-params
provider:
arguments:
c: {}
func: get_wm_params
module: chaoswm.utils
type: python
type: ""
Arguments
Name | Type | Default | Required | Title | Description |
---|---|---|---|---|---|
c | mapping | null | No | Configuration | Server configuration |
Signature
def get_wm_params(c: Dict[str, Any]) -> Union[Dict[str, Any], NoneType]:
pass