How to access UIM cabi server via rest api
search cancel

How to access UIM cabi server via rest api

book

Article ID: 140311

calendar_today

Updated On: 03-12-2025

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

Trying to access cabi server via api so we can manage and run reports 

Is there any information how to do this .

 

Environment

Release :Any supported UIM version

Component : CABI

 

Resolution

Below link provides the details of CABI API reference :

CABI API reference

In the given sample URLs, we should replace '/jasperserver-pro' with '/cabijs' in case of bundled CABI. 

No additional configuration is needed. Authentication to be used is Basic authentication and credentials are "superuser/superuser" (Assuming that cabi_rest_user password is not changed).

 

Additional Information