JSON representation | |
---|---|
{ "name": string, "namespaces": { string: string, ... }, "requestXPaths": [ string ], "responseXPaths": [ string ], "faultXPaths": [ string ], "requestJSONPaths": [ string ], "responseJSONPaths": [ string ], "faultJSONPaths": [ string ], "variables": [ string ] } |
Fields | |
---|---|
name |
The DebugMask resource name. |
namespaces |
Map of namespaces to uris. An object containing a list of |
requestXPaths[] |
List of XPaths that specify XML elements to be filtered from XML request message payloads. |
responseXPaths[] |
List of XPaths that specify XML elements to be filtered from XML response message payloads. |
faultXPaths[] |
List of XPaths that specify XML elements to be filtered from XML payloads in error flows. |
requestJSONPaths[] |
List of JSON paths that specify JSON elements to be filtered from JSON request message payloads. |
responseJSONPaths[] |
List of JSON paths that specify JSON elements to be filtered from JSON response message payloads. |
faultJSONPaths[] |
List of JSON paths that specify JSON elements to be filtered from JSON payloads in error flows. |
variables[] |
List of variables that should be masked from debug output. |