apigeelint
Version:
Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.
28 lines (26 loc) • 640 B
text/xml
<TargetEndpoint name="target3">
<FaultRules>
<!-- just one FaultRule. no Condition => should generate a warning. -->
<FaultRule name='rule1'>
<Step>
<Name>AM-Target-Fault-1</Name>
</Step>
</FaultRule>
</FaultRules>
<PreFlow name="PreFlow">
<Request/>
<Response/>
</PreFlow>
<PostFlow name="PostFlow">
<Request/>
<Response/>
</PostFlow>
<Flows/>
<HTTPTargetConnection>
<SSLInfo>
<Enabled>true</Enabled>
<TrustStore>ref://myTrustStoreRef</TrustStore>
</SSLInfo>
<URL>https://does-not-matter.example.com</URL>
</HTTPTargetConnection>
</TargetEndpoint>