After deploying the Flow Callout policy using PingIntelligence, configure the PingIntelligence for APIs shared flow.
Note:
The following steps are the same for Flow Callout for both request and response.
-
Sign on to your Apigee Edge account and select the API Proxy.
-
Click the API name for which you want to apply the policy.
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.
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.
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.
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.