WireMock
up
Deletes all delays connected with a list of mappings
Below are the details and signature of the activity Python module.
Type | probe |
Module | chaoswm.probes |
Name | mappings |
Return | list |
Usage
JSON
{
"name": "mappings",
"type": "probe",
"provider": {
"type": "python",
"module": "chaoswm.probes",
"func": "mappings"
}
}
YAML
name: mappings
provider:
func: mappings
module: chaoswm.probes
type: python
type: probe
Arguments
Name | Type | Default | Required | Title | Description |
---|---|---|---|---|---|
c | mapping | null | No | Configuration | Server configuration |
Signature
def mappings(c: Dict[str, Dict[str, str]] = None) -> List[Any]:
pass