GET scenarios/proxysniffer/dictionaries/{dictionary_key}
Gets a ZebraTester scenario custom dictionary by dictionary key. Custom dictionary can contain any data used by Proxy Sniffer scripts which needs to be stored separately from scripts.
URL Parameters
Name | Description |
---|---|
dictionary_key | A key to access dictionary |
Response body model example and description
{ "sample string 1": "sample string 2", "sample string 3": "sample string 4", "sample string 5": "sample string 6" }