WireMock
mappings
Return a list of all mappings
Check configuration contains valid WireMock settings
Below are the details and signature of the activity Python module.
| Type | |
| Module | chaoswm.utils |
| Name | check_configuration |
| Return | boolean |
Usage
JSON
{
"name": "check-configuration",
"type": "",
"provider": {
"type": "python",
"module": "chaoswm.utils",
"func": "check_configuration"
}
}
YAML
name: check-configuration
provider:
func: check_configuration
module: chaoswm.utils
type: python
type: ""
Arguments
| Name | Type | Default | Required | Title | Description |
|---|---|---|---|---|---|
| c | mapping | null | No | Configuration | The WireMock server configuration to connect with |
Signature
def check_configuration(c: Dict[str, Any] = None) -> bool:
pass