gtx911
gtx911

Reputation: 1289

Anypoint Platform - Connect API Manager with Cloudhub App using Autodiscovery ID

This is the API Configuration that I have:

enter image description here

Using the URL from Cloudhub as the Implementation URI.

Am I doing all the steps correctly? Why doesn't the API detect the implementation?

Upvotes: 0

Views: 1098

Answers (1)

Mario Cairone
Mario Cairone

Reputation: 1144

Make sure you configure the Autodiscovery Element with the correct values as they appear in the API Manager enter image description here

 <api-platform-gw:api apiName="<API Name>" version="<API Version>" flowRef="api-main" create="false" apikitRef="api-config" doc:name="API Autodiscovery" />

Also the API belong to an Environment so make sure In the Runtime Manager you are setting the environment client id and secret when deploy the application in Cloudhub:

enter image description here

The get the client id an secret for the specific Environment navigate to Anypoint Platform -> Access Management -> Environment.

Hope this helps...

Upvotes: 2

Related Questions