Getting Started with SnapLogic APIM
- 1 Overview
- 1.1 APIM Architecture
- 1.2 Concepts
- 1.3 Supported Workflows
- 1.4 Assets
- 1.5 Requirements for Cloudplexes
- 1.6 Prerequisite
- 2 Step 1: Set up Developer Portal
- 3 Step 2: Configure User Access Management
- 4 Step 3: Manage API Lifecycle
- 5 Step 4: Enable application usage
- 6 Step 5: Enable the Consumption of APIs
- 7 Usage Guidelines
- 8 Additional Resources
Overview
SnapLogic APIM is an API Management solution that leverages all of the capabilities of the Intelligent Integration Platform. You can develop, manage, protect, and share your APIs with this solution.
This article provides information and steps to get started with SnapLogic APIM. It assumes that your Environment/Org is already set up, that your Org has a gateway (configured Snaplexes), and that you or SnapLogic have deployed a load balancer.
Learn more about best practices and deployment architectures for APIM.
APIM Architecture
The following diagram illustrates the components of API Management Architecture.
Concepts
API/API Version - A service that enables you to create an API with endpoints generated in SnapLogic (Triggered and Ultra Tasks) that supports versioning.
Proxy - A service that enables you to make use of endpoints created outside of SnapLogic.
Policy - A set of rules that enables you to apply criteria to APIs before execution, such as authorization, authentication, traffic shaping, and request/response transformation.
Server - In APIM, a Snaplex is the server.
Developer Portal - An external-facing page that hosts the API catalog for your Environment/Org.
Supported Workflows
Creating and managing API versions
Creating Proxies
Applying policies to APIs, API Versions, and Proxies
Publishing an API and managing its status throughout the API lifecycle
Managing user accounts and applications on a Developer Portal
Assets
Files (typically, specifications)
Snap Packs (must be in global
shared
folder)
Requirements for Cloudplexes
SnapLogic provisions a load balancer for Cloudplexes (with or without a FeedMaster) at no additional cost.
We recommended that you have 2 FeedMasters and 2 JCC nodes in your Snaplex for high availability. However, if high availability is not a requirement, then 1 FeedMaster and 1 JCC node combination is suggested.
Configure your Snaplex with the load balancer URL that was provisioned.
With 1 FeedMaster and 1 JCC node combination, you can make successful task calls using the load balancer URL.
Prerequisite
Subscription to APIM in Org
Set up Groundplexes and FeedMasters
configure load balancer
Subscribe to policies Snap Pack
Set up feature flags for APIM policies.
Step 1: Set up Developer Portal
To expose APIs to your developer audiences, you must first configure the Developer Portal for your Environment/Org. The Developer Portal is a stand-alone page that hosts the API catalog, where API consumers can explore and subscribe to the APIs developed in your Environment/Org.
In Portal Manager, customize your Developer Portal. Learn more about configuration settings.
Step 2: Configure User Access Management
To access APIs from an external application, the user needs to have an account (SnapLogic) or create one directly from the Developer Portal. If they follow the self-service registration process from the portal to create an account, it's similar to the IIP account setup for the process. However, an API administrator needs to approve the user-created portal account (this is done from the Subscription Manager).
Create a login account to access the API Catalog in the Developer Portal.
Step 3: Manage API Lifecycle
To expose an API for consumption by external users, you need to manage the API lifecycle from the Portal Manager. As the API developers in your Environment/Org create APIs, they will publish them to your Developer Portal. The API lifecycle covers Published, Unpublished, Deprecated and Retired states of an API version or Proxy published on your Developer Portal. External users will require access of an API through subscriptions, so your API developers need to enable subscriptions when they publish an API to the portal.
Manage the API lifecycle from the Portal Manager.
Step 4: Enable application usage
To enable user subscriptions to the APIs on your Developer Portal, you must monitor the subscriptions and login accounts in the Subscription Manager. An API consumer can then create an application and request a subscription for any APIs they see on the API catalog. When a subscription is created, it should be approved by the API admin, or they can set it up to auto-approve.
Learn more about monitoring application requests and user subscriptions in the Subscription Manager.
Step 5: Enable the Consumption of APIs
When they have an approved API subscription, API consumers can then call the API through the generated client ID and secret.
Usage Guidelines
APIM does not support the Cloud URL for Triggered Tasks.
The API Gateway should have dedicated infrastructure resources.
If you alter the IP Address in the header, you need to do so with caution because it might cause adverse effects in case someone tries to spoof the header value and gain entry to a company’s system.
Additional Resources
The Design-First Workflow
You can create a new API in the /apim
space of the API Manager and import or reference an API specification that defines the API. The new API comprises a Pipeline that is the scaffolding for the API and the Task used to call it. You can then create versions, add API policies, and modify the underlying SnapLogic assets to build the business logic for your API.
The following video demonstrates the workflow:
Learn more: Creating the API using Design First
The Pipeline-First Workflow
You can also create an API in the API Manager by referencing existing Projects in Manager. This allows you to design, build, and test your Pipeline first, thereby taking advantage of your existing SnapLogic infrastructure. As you build Pipelines and create Triggered Tasks from them, you vet them for production individually and concurrently. When your Pipeline and Tasks are production-ready, you can create APIs in the API Manager.Â
The following video demonstrates the workflow:
Learn more: Creating the API from Existing Project Assets
Have feedback? Email documentation@snaplogic.com | Ask a question in the SnapLogic Community
© 2017-2024 SnapLogic, Inc.