TIBCO LogLogic LMI - How to get the Open API Specification file (OAS File)

TIBCO LogLogic LMI - How to get the Open API Specification file (OAS File)

book

Article ID: KB0072211

calendar_today

Updated On:

Products Versions
TIBCO LogLogic Enterprise Virtual Appliance LMI 6.2.1 and higher

Description

TIBCO LogLogic LMI Administrators may want to develop a custom client to run REST API calls to the LMI. For this purpose they need to have the OpenAPI specification file (OAS File).

Issue/Introduction

This article shows how to get the REST API specifications for TIBCO LogLogic LMI

Environment

RHEL

Resolution

To grab the OAS file from LMI v6.2.1 / 6.3.x and 6.4.0 all Administrators need to do is to open below links on any supported browser:

https://<your_lmi_ip_address>:9681/api/v1/api-docs
and
https://<your_lmi_ip_address>:9681/api/v2/api-docs
 
The above will return a JSON file including the specifications for the available REST API calls.