Step 2: Deploy an API proxy

This page applies to Apigee, but not to Apigee hybrid.

View Apigee Edge documentation.

An API proxy must be deployed before developers can access and use it.

  1. In the Google Cloud console, go to the Apigee > Proxy development > API proxies page.

    Go to API proxies

  2. Make sure the same Google Cloud project where you created the API proxy is selected from the dropdown at the top of the page.
  3. Select myproxy in the proxies list.
  4. Click Deploy to display the Deploy dialog, and enter the following information:
    • Revision: Select the revision number of the proxy you want to deploy. If you're doing this tutorial from scratch, there's only one revision to choose from.
    • Environment: Select the environment where you want to deploy the proxy. An environment is a runtime execution context for the API proxies in an Apigee organization. You must deploy an API proxy to an environment before it can be accessed.
    • Service account (optional): A service account for the proxy. The service account represents the identity of the deployed proxy, and determines what permissions it has. This is an advanced feature, and for the purpose of this tutorial, you can ignore it.
  5. Click Deploy.

When the proxy is deployed, the Status column in the Deployments section displays a green icon to show that the API proxy revision is deployed. You can hover the cursor over the status icon to see more information about the deployment.

The next step explains how to call the API proxy you just deployed.

1 2 (NEXT) Step 3: Test the API proxy 4 5