title | description | services | documentationcenter | author | manager | editor | ms.service | ms.workload | ms.tgt_pltfrm | ms.devlang | ms.topic | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Import an OpenAPI specification using the Azure portal | Microsoft Docs |
Learn how to import an OpenAPI specification with API Management. |
api-management |
vladvino |
cfowler |
api-management |
mobile |
na |
na |
tutorial |
11/22/2017 |
apimpm |
This article shows how to import an "OpenAPI specification" back-end API residing at https://conferenceapi.azurewebsites.net?format=json. This back-end API is provided by Microsoft and hosted on Azure. The article also shows how to test the APIM API.
Important
See this document for important information and tips related to OpenAPI import.
In this article, you learn how to:
[!div class="checklist"]
- Import an "OpenAPI specification" back-end API
- Test the API in the Azure portal
- Test the API in the Developer portal
Complete the following quickstart: Create an Azure API Management instance
[!INCLUDE api-management-navigate-to-instance.md]
-
Select APIs from under API MANAGEMENT.
-
Enter appropriate settings. You can set all the API values during creation. Alternately, you can set some of them later by going to the Settings tab.
If you press tab some (or all) of the fields get filled up with the info from the specified back-end service.Setting Value Description OpenAPI Specification https://conferenceapi.azurewebsites.net?format=json References the service implementing the API. API management forwards requests to this address. Display name Demo Conference API If you press tab after entering the service URL, APIM will fill out this field based on what is in the json.
This name is displayed in the Developer portal.Name demo-conference-api Provides a unique name for the API.
If you press tab after entering the service URL, APIM will fill out this field based on what is in the json.Description Provide an optional description of the API. If you press tab after entering the service URL, APIM will fill out this field based on what is in the json. API URL suffix conference The suffix is appended to the base URL for the API management service. API Management distinguishes APIs by their suffix and therefore the suffix must be unique for every API for a given publisher. URL scheme HTTPS Determines which protocols can be used to access the API. Products Unlimited Publish the API by associating the API with a product. To optionally add this new API to a product, type the product name. This step can be repeated multiple times to add the API to multiple products.
Products are associations of one or more APIs. You can include a number of APIs and offer them to developers through the developer portal. Developers must first subscribe to a product to get access to the API. When they subscribe, they get a subscription key that is good for any API in that product. If you created the APIM instance, you are an administrator already, so you are subscribed to every product by default.
By default, each API Management instance comes with two sample products: Starter and Unlimited. -
Select Create.
Operations can be called directly from the Azure portal, which provides a convenient way to view and test the operations of an API.
-
Select the API you created in the previous step.
-
Press the Test tab.
-
Click on GetSpeakers.
The page displays fields for query parameters but in this case we don't have any. The page also displays fields for the headers. One of the headers is "Ocp-Apim-Subscription-Key", for the subscription key of the product that is associated with this API. If you created the APIM instance, you are an administrator already, so the key is filled in automatically.
-
Press Send.
Backend responds with 200 OK and some data.
Operations can also be called Developer portal to test APIs.
-
Select the API you created in the "Import and publish a back-end API" step.
-
Press Developer portal.
The "Developer portal" site opens up.
-
Select API.
-
Select Demo Conference API.
-
Click GetSpeakers.
The page displays fields for query parameters but in this case we don't have any. The page also displays fields for the headers. One of the headers is "Ocp-Apim-Subscription-Key", for the subscription key of the product that is associated with this API. If you created the APIM instance, you are an administrator already, so the key is filled in automatically.
-
Press Try it.
-
Press Send.
After an operation is invoked, the developer portal displays the Response status, the Response headers, and any Response content.
[!INCLUDE api-management-navigate-to-instance.md]
[!INCLUDE api-management-define-api-topics.md]
[!div class="nextstepaction"] Transform and protect a published API