probeWiremock

mappings

Return a list of all mappings

Activity as code

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

Typeprobe
Modulechaoswm.probes
Namemappings
Returnlist

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

NameTypeDefaultRequiredTitleDescription
cmappingnullNoConfigurationServer configuration

Signature

def mappings(c: Dict[str, Dict[str, str]] = None) -> List[Any]:
    pass