Solved

Is there a default API request (Indicium) to check if an application in IAM is active?

  • 24 February 2023
  • 3 replies
  • 45 views

Userlevel 4
Badge +14

We want to be able to check if an IAM application is active. We could sent an API request to Indicium to select the ACTIVE indicator from the GUI_APPL table for the GUI_APPL_ALIAS. But I was wondering if there is an easier and better way.  

icon

Best answer by Mark Jongeling 24 February 2023, 09:33

View original

This topic has been closed for comments

3 replies

Userlevel 7
Badge +23

Hi Andre,

With a URL such as https://servername.com/indicium/iam/[application_alias/id], you'll be able to see the Model and branch on the page if the application is active. In case the application is not active, the request will result in a 404.

Userlevel 4
Badge +14

Hi Mark,

We are not on 2023.1 yet (model&branch). It seems not to work on older versions (2021.2). Is that right? 

Userlevel 7
Badge +23

Hi Andre,

I would expect it to behave the same as the current version. Only it will show the Project an project version of course.