Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Is there a way to extract all spike arrest values from the proxies via one of the mgt curls?

Not applicable

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 Solved
0 3 272
1 ACCEPTED SOLUTION

Not applicable

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 .

View solution in original post

3 REPLIES 3
Top Solution Authors