Skip to main content
Answer

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

  • February 24, 2023
  • 3 replies
  • 60 views

Forum|alt.badge.img+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.  

Best answer by Mark Jongeling

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.

This topic has been closed for replies.

3 replies

Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Administrator
  • Answer
  • February 24, 2023

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.


Forum|alt.badge.img+14
  • Author
  • Captain
  • February 24, 2023

Hi Mark,

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


Mark Jongeling
Administrator
Forum|alt.badge.img+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.