WireMock
populate_from_dir
Adds all mappings found in the passed folder
Below are the details and signature of the activity Python module.
Type | action |
Module | chaoswm.actions |
Name | global_fixed_delay |
Return | integer |
Usage
JSON
{
"name": "global-fixed-delay",
"type": "action",
"provider": {
"type": "python",
"module": "chaoswm.actions",
"func": "global_fixed_delay"
}
}
YAML
name: global-fixed-delay
provider:
func: global_fixed_delay
module: chaoswm.actions
type: python
type: action
Arguments
Name | Type | Default | Required | Title | Description |
---|---|---|---|---|---|
fixedDelay | integer | 0 | No | Fixed Delay | Delay to apply globally |
Signature
def global_fixed_delay(fixedDelay: int = 0,
configuration: Dict[str, Dict[str, str]] = None) -> int:
pass