skip to Main Content

I’ve imported an OData Service as an API in Azure API Management by following the steps in this official article: https://learn.microsoft.com/en-us/azure/api-management/import-api-from-odata

I expected the OData to show up in de APIM Developer Portal, but it isn’t listed in de Api’s page. I have all the permissions i need, and the OData Service API is also added to a product. The strange things is that when i navigate to the Products page, and select the product, the OData API is listed as an API of that product. But when i navigate to the API from here, it goes to the API page, but it says "The specified API does not exist".

Does the Developer Portal also support OData services, and if so, how do i get them to show up in the portal?

2

Answers


  1. The strange things is that when i navigate to the Products page, and select the product, the OData API is listed as an API of that product. But when i navigate to the API from here, it goes to the API page, but it says "The specified API does not exist".

    • I believe adding OData API to a Product is also not yet supported. I have imported an OData API as shown below.

    enter image description here

    When I am navigating to a certain product to add this API, I am not getting this API in the list. Hence it is not supported yet.

    enter image description here

    You might be able to add it using the settings option.

    enter image description here

    • I am also unable to see the imported OData API in developer Portal’s API list page. After adding the API using settings option, I can see it under that product but it also shows The specified API doesn’t exist message for me.
    • OData API type in Azure API Management is currently in Public Preview. So, I believe OData API’s are not currently supported for Developer portal. I would suggest you to raise a feature request with the product team.
    Login or Signup to reply.
  2. I have the same issues with no odata APIs in the developer portal. I have created an issue on their github https://github.com/Azure/api-management-developer-portal/issues/2502

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search