utilsWiremock

get_wm_params

Calculate WireMock parameters

Activity as code

Below are the details and signature of the activity Python module.

Type
Modulechaoswm.utils
Nameget_wm_params
ReturnUnion[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

NameTypeDefaultRequiredTitleDescription
cmappingnullNoConfigurationServer configuration

Signature

def get_wm_params(c: Dict[str, Any]) -> Union[Dict[str, Any], NoneType]:
    pass