apigeelint
Version:
Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.
23 lines (20 loc) • 684 B
text/xml
<DataCapture name="DataCapture-QueryParam-with-request-Source-1">
<IgnoreUnresolvedVariables>false</IgnoreUnresolvedVariables>
<ThrowExceptionOnLimit>false</ThrowExceptionOnLimit>
<!-- Existing Variable -->
<Capture>
<DataCollector>dc_req_headers_length</DataCollector>
<Collect ref="computed-headers-length" default="0"/>
</Capture>
<!-- QueryParam -->
<Capture>
<DataCollector>dc_path_segment</DataCollector>
<Collect default="none">
<!-- explicitly specify Source -->
<Source>request</Source>
<QueryParam name='code'>
<Pattern ignoreCase="false">{$}</Pattern>
</QueryParam>
</Collect>
</Capture>
</DataCapture>