is there a way to get the status of a particular policy whether that is executed or skipped

Hi Team,

Is there a way like flow variable kind or any other way to get the status of a particular policy whether that is executed or skipped.

Thanks in advance

Solved Solved
0 1 188
1 ACCEPTED SOLUTION

I don't believe it's documented, but one possibility is for you to READ the variable

apigee.metrics.policy.POLICYNAME.timeTaken

...which will be set after the policy has executed.

View solution in original post

1 REPLY 1

I don't believe it's documented, but one possibility is for you to READ the variable

apigee.metrics.policy.POLICYNAME.timeTaken

...which will be set after the policy has executed.