apic-custom-policy
v1.0.2
Published
tookit for apiconnect custom policy creation (datapower only)
Downloads
1
Readme
Synopsis
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.
Pre-requisites
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
Installation
npm install -g apic-custom-policy
Revision
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