After deploying the Flow Call Out policy using PingIntelligence, configure the PingIntelligence for APIs shared flow. Complete the following steps for Flow Call Out for request and response. The steps listed are for request, complete the same steps for response.

  1. Log in to your Apigee Edge account and choose the API Proxy.

  2. Click on the API name on which you want to apply the policy. The Develop page is displayed:

  3. On the Develop page, click on the DEVELOP tab:

  4. In the DEVELOP tab, choose PreFlow under Proxy Endpoints, and click on + Step for request. The Add Step window is displayed:

  5. In the Add Step window, select Flow Callout. From the Shared Flow drop down list, select the Request rule and click on Add
  6. In the DEVELOP tab, choose PreFlow under Proxy Endpoints, and click on + Step for response. The Add Step window is displayed.
  7. In the Add Step window, select Flow Callout. From the Shared Flow drop down list, select the Response rule and click on Add.
  8. Request and Response rules are added. Click on Save:

  9. Click on default and enter the following lines in the <HTTPTargetConnection> tag:
    <Properties>
                <Property name="success.codes">1xx,2xx,3xx,4xx,5xx</Property>
    </Properties>
  10. Save the Revision: