Configuring PingIntelligence Flow Callout in Apigee
After deploying the Flow Callout policy using PingIntelligence, configure the PingIntelligence for APIs shared flow.
About this task
The following steps are the same for Flow Callout for both request and response. |
Steps
-
Sign on to your Apigee Edge account and select the API Proxy.
-
Click the API name for which you want to apply the policy.
Result:
The Develop page opens.
-
On the Develop page, click the Develop tab.
-
On the Develop tab, under Proxy Endpoints, select PreFlow, and click Step for request.
Result:
The Add Step page opens.
-
On the Add Step page, select Flow Callout.
-
In the Shared Flow list, select the Request rule and click Add.
-
On the Develop tab, under Proxy Endpoints, select PreFlow, and click Step for response.
Result:
The Add Step page opens.
-
On the Add Step page, select Flow Callout.
-
In the Shared Flow list, select the Response rule and click Add.
Result:
The request and response rules are added.
-
Click Save.
-
Click default and enter the following lines in the <HTTPTargetConnection> tag.
<Properties> <Property name="success.codes">1xx,2xx,3xx,4xx,5xx</Property> </Properties>
-
Save the revision.