Skip to content

Instantly share code, notes, and snippets.

@abeykoon
Last active January 27, 2020 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abeykoon/7877ba6874c024dad21e1abe307170e2 to your computer and use it in GitHub Desktop.
Save abeykoon/7877ba6874c024dad21e1abe307170e2 to your computer and use it in GitHub Desktop.
WSO2-MI-Probe
<?xml version="1.0" encoding="UTF-8"?>
<api context="/healthz" name="ProbeAPI" xmlns="http://ws.apache.org/ns/synapse">
<resource methods="POST GET">
<inSequence>
<respond/>
</inSequence>
<outSequence/>
<faultSequence/>
</resource>
</api>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment