Guides through deploying a production-ready API instance with multi-tier rate limiting (Bronze/Silver/Gold) and OAuth2 security policies. Use when the user wants to deploy an API with rate limits, set up SLA tiers, configure API policies, or establish production-ready API security.
Creates a production-ready API with three rate-limiting tiers and OAuth2 security enforcement. You'll set up Bronze (100 req/min), Silver (500 req/min), and Gold (2000 req/min) tiers, then apply OAuth2 protection to ensure only authenticated requests reach your API.
What you'll build: A secured, rate-limited API ready for client registration
Before starting this workflow, ensure you have:
Authentication ready
Organization access configured
access-management getOrganizations operation)API asset published in Exchange
groupIdassetIdversionBackend service ready
Start by creating a new API instance from your Exchange asset. This registers the API with API Manager and gives you an instance ID to configure in subsequent steps.
What you'll need:
Action: Call the API Manager to create a new API instance.