Mule API Manager
Here's an introduction to the functions and implementation of API Manager, a Mule Anypoint Platform component for building and publishing APIs.
Join the DZone community and get the full member experience.
Join For FreeAPI Manager is a component of Anypoint Platform for designing, building, managing, and publishing APIs. Anypoint Platform uses Mule as its core runtime engine. You can use API Manager on a public cloud, such as CloudHub, a private cloud, or a hybrid. A hybrid deployment is an API deployed on a private server but having metadata processed in the public cloud.
Sign up to use Anypoint Platform on the Internet or private cloud, or obtain credentials from your administrator.
If you set up your own account in Anypoint Platform, you are assigned the Organization Administrators role. In this role, you see and can open API Manager when you log into Anypoint Platform. Alternatively, you can use the Anypoint Platform command line interface (CLI) to interact with API Manager.
The lifecycle of an API involves setup and deployment, management, and engaging users on an API Portal. To perform these tasks, you might need to obtain permissions and roles from the Anypoint Platform administrator for your organization.
The following diagram depicts the workflow, color-coding tasks as follows:
- Administrative task (orange).
- API or app developer task (blue).
You can use the auto-discovery process to register and start a Mule app. API Manager can discover and register a Mule app deployed from Studio without user intervention.
You can deploy an API implementation to a Mule Runtime that runs on a server, such as CloudHub in the public cloud. You can also deploy to a private cloud or hybrid. A hybrid deployment is an API deployed on a private server but having metadata processed in the public cloud. Regardless of the server location, each server belongs to an environment, such as Dev, Test, or Production. Servers are defined in business groups and each business group can have multiple environments. You publish your API on the portal and apps request access, as depicted in the following diagram.
Opinions expressed by DZone contributors are their own.
Comments