The apic-custom-policy toolkit helps you to create the package (or archive) of your custom policy.
This custom policy can be imported on any catalogs of your apiconnect installation. It can be executed only on datapower gateways.
Enable the xml management and rest management interfaces on the api gateway used to create the custom policy.
Implement your policy on a datapower gateway: https://www.ibm.com/support/knowledgecenter/en/SSMNED_5.0.0/com.ibm.apic.policy.doc/tapim_pol_implement.html
npm install -g apic-custom-policy
1.0.0
- initial version
1.0.1
- removed '--harmony' option on shebang
- allow selection of several processing rules
1.0.2
- minor bug fixes