Featured resource
2025 Tech Upskilling Playbook
Tech Upskilling Playbook

Build future-ready tech teams and hit key business milestones with seven proven plays from industry leaders.

Check it out
  • Lab
    • Libraries: If you want this lab, consider one of these libraries.
    • Cloud
Labs

Analyzing an Exported Apigee API Proxy

Before deploying your API proxy to production, you need to make sure that it is thoroughly reviewed and tested. Static code analysis is an important procedure you can run that helps to ensure your code is consistent and clean. This process is known as _linting_, and Apigee API proxies can take advantage of an open-source tool called apigeelint. In this hands-on lab, we'll take the preliminary steps necessary to run apigeelint, exporting our API proxy using the Apigee Edge Management APIs. Then, we'll install apigeelint and use it to validate our code, displaying the results in a table format.

Lab platform
Lab Info
Level
Beginner
Last updated
Aug 03, 2025
Duration
30m

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
Table of Contents
  1. Challenge

    Export the API Proxy
    1. On the Apigee dashboard page, click API Proxies.
    2. Click the link for the proxy you want to analyze.
    3. Review the name and revision number.
    4. In your browser, navigate to https://apidocs.apigee.com/management/apis.
    5. In the Apigee Management APIs navigation menu, select API Proxies > Export API Proxy.
    6. Scroll down the page to the Resource URL section.
    7. Complete the Resource URL by filling in the following elements:
    • Your organization name
    • Your API proxy name
    • Your proxy's revision number
    1. In the HTTP Basic box, click Set...
    2. In the Set Authentication dialog, enter your Apigee email and password.
    3. Click Save.
    4. Click Send this request.
    5. Select the cURL tab.
    6. Copy the generated cURL command to your clipboard.
    7. In your terminal, paste the copied cURL command, and add the following: -o ~/downloads/LAproxy.zip
  2. Challenge

    Install and Run apigeelint
    1. Change to your Downloads directory. cd ~/downloads
    2. Verify that the LAproxy.zip file is in the Downloads directory. ls
    3. Install apigeelint. sudo npm install -g apigeelint
    4. Enter your password at the prompt.
    5. Unzip the downloaded proxy. unzip LAproxy.zip
    6. Run apigeelint on the proxy folder. apigeelint -s apiproxy/ -f table.js
    7. Review the results.
About the author

Pluralsight Skills gives leaders confidence they have the skills needed to execute technology strategy. Technology teams can benchmark expertise across roles, speed up release cycles and build reliable, secure products. By leveraging our expert content, skill assessments and one-of-a-kind analytics, keep up with the pace of change, put the right people on the right projects and boost productivity. It's the most effective path to developing tech skills at scale.

Real skill practice before real-world application

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Learn by doing

Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.

Follow your guide

All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.

Turn time into mastery

On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.

Get started with Pluralsight