Publishing APIs to TIBCO Cloud™ API Management
Follow these steps to publish application endpoints, or API endpoints, from the Admin UI to TIBCO Cloud API Management.
Before you begin Complete the following tasks:
- Set up an API Management account.
- Register your application endpoint domain with API Management, and ensure that API Management can access it.
- Create the
mashery.ini
file:- Open a text editor, and add the following properties with the correct values.
bw.mashery.clientId=<clientId> bw.mashery.clientSecret=<clientSecret> bw.mashery.areaUuid=<areaUuid> bw.mashery.username=<username> bw.mashery.password=<password> bw.mashery.trafficManagerDomain=<trafficManagerDomain> bw.mashery.apiUrl=<https://api.HOST>
- Save the file as
mashery.ini
- Add the
mashery.ini
file toBW_HOME/config
.
- Open a text editor, and add the following properties with the correct values.
- Edit the
bwagent.ini
file atBW_HOME/config/bwagent.ini
, by adding the following line to the file:bw.mashery.config.file=../config/mashery.ini
- Procedure
- Start the application from the Admin UI.
- Click the Application tab, and click the Endpoints tab.
- From the
Endpoints tab, select all, or individual, application endpoints.
Tip: To select all application endpoints, select the Select All checkbox, located on the left of the Endpoint URL.
- Click the
icon, or the
icon to publish the selected endpoints.
ResultYour API endpoints are published to TIBCO Cloud API Management.
For more information about managing your APIs from TIBCO Cloud API Management, see TIBCO Cloud™ API Management documentation.