Wednesday, July 22, 2020

Sailpoint URL's & Paths

URL's






# Path's:
C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\debug

> About URL:
http://localhost:8080/identityiq/debug/about.jsf

> Caches URL:
http://localhost:8080/identityiq/debug/caches.jsf

> Object Count URL:
http://localhost:8080/identityiq/debug/count.jsf

> Database URL:
http://localhost:8080/identityiq/debug/database.jsf

> Logs Reload page URL:
http://localhost:8080/identityiq/debug/logging.jsf

> Memory URL:
http://localhost:8080/identityiq/debug/memory.jsf

> Connection call Timing URL:
http://localhost:8080/identityiq/debug/meters.jsf
http://localhost:8080/identityiq/debug/metersGrid.jsf

> TimeMachine URL:
http://localhost:8080/identityiq/debug/timeMachine.jsf

> Request List URL:
# http://localhost:8080/identityiq/monitor/requests/requests.jsf


Paths
# Sailpoint Documents Path:
C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\doc\pdf

# IIQ console path :
C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\WEB-INF\bin\

# IIQ useful documents
C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\doc\help\hep

# IIQ.properties :
C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\WEB-INF\classes\

# Log4j.properties :
C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\WEB-INF\classes\

# logging.properties :
C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\WEB-INF\classes\

# HBM file paths :
C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\WEB-INF\classes\sailpoint\object\

# Jars Path (Lib) :
C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\WEB-INF\lib\

# Icons Path :
C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\images\icons\

# Images (LOGO) :
C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\ui\images\

# Example rules path :        
C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\WEB-INF\config\examplerules.xml

# IQ Service path :    
C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\WEB-INF\bin\win\IQService.zip

# Custom Tasks Path: Create a custom directory in the following path then place the Java file here

C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\WEB-INF\classes\sailpoint

# Apach Tomcat Logs path : 
C:\Program Files\Apache Software Foundation\Tomcat 9.0\logs




No comments:

Post a Comment

Fetch Members from Workgroup

  import java.util.ArrayList;   import java.util.Iterator;   import java.util.List;   import sailpoint.api.ObjectUtil;   import sailpoint.ob...