Anypoint Platform Control Plane

What Is the Anypoint Platform?

The Anypoint Platform is an iPaaS (Platform as a Service) Solution from Mulesoft where you can create, manage, discover, secure and deploy your API and connect your application to form a structured application network. 

It is further classified into two different sections:

Identify API Policies for All Levels in the Application Network With API-Led Connectivity

Agenda

  • Visit the API policies encouraged out-of-the-box by Anypoint Platform.
  • Decide on one Experience API, one Process API, and one System API from the APIs associated with the "Integration" product.
  • For each of those APIs, pick all API policies that we would advocate applying to that API.
  • Also specify the order for certain API policies.
  • Are there any other API policies that we would want to apply?

Adopting Relevant API Policies for System APIs

Decided C4E establishes the following guidelines for defining API policies on System APIs:

How to Use APIkit Router in Mule 4

The APIkit Router element allows you to define an API. It helps developers generate whole code from the API specification (RAML file) itself. But apart from generating flows from the API specification, it also helps in routing the incoming requests to specific flows of the API.

Steps to Use APIkit Router

1. Create an API specification (RAML). You can create an API specification from the Design Center or you can create it manually in any of the text editors. (The creating or editing API specification feature is also available in Anypoint Studio 7.x.) You can use the below RAML API specification for this demo.