Looking for a way to script the extract all of our spike arrest values set in numerous apis without having to go into each proxy manually via the Mgt UI.
Solved! Go to Solution.
Hi @Ted Zahner , You can use the management API to get the whole policy
for example :
curl -v http://managementip:8080/v1/o/$orgname/apis/$apiproxy/revisions/1/policies/SpikeArrestPolicy
and do a XPath and get the allow values .