Skip to main content
Feedback

Creating API Definitions

An API definition is your starting point for managing an API in Cloud API Management. It is a set of configurable properties that specify the function of an API within Traffic Manager and how to route and handle requests for that API.

note

Only an Administrator or API Manager role can create or manage API definitions. Make sure you have one of these roles assigned in your area to access the API definitions page.

API Definition Options

API definitions can be created in four ways. Review the options below to choose the approach that fits your situation:

OptionBest forCompatible with
Import a fileYou already have an API spec saved locally.OpenAPI, GraphQL
Import from a URIYou have a hosted API spec or GraphQL schema available at a URL.OpenAPI, GraphQL
Create manuallyYou are building a new API or do not have an existing spec.REST, SOAP, JSON-RPC, XML-RPC, and OTHER
Import from Boomi PlatformYour API is already deployed as a Platform API Service.Boomi Platform APIs
tip

If you are not sure which method to use, Create manually is the most flexible starting point, you can always update the definition later.

Creating an API Definition

Procedure

  1. On the Cloud API Management dashboard Get Started page, click API Definitions.

    Or

    Navigate to Design > APIs. This opens the Manage your APIs with API Definitions page.

  2. Click New API Definition and select your preferred creation option. Each option opens a dedicated workflow:

Next Steps

After creating the API definition, configure it further to make it functional.

On this Page