How can I check the status of the Identity Portal? My IP monitor shows "Available: false" even though my Identity Portal is up and running.
Release : 14.3
Component : Identity Portal standalone
System Availability (available) - Indicates whether an end user can log in to CA Identity Portal. The value of the available parameter is true when all of the following statements hold true:
CA Identity Portal 14.4 Monitoring Documentation
Confirm the IP login comes up and you can login.
If so, monitor should display "showPortalLoginPage: true"
Confirm two criteria are being met for "available: true":
1. Do you have a main connector? if not, go to Admin UI and configure one and make sure it is "UP"
2. On the left side select "Managed Object Attributes"
If no attributes listed, add one: Managed Objects Attributes.
Example: Added a First Name |USER_ID|
Go back and retest the REST call, it should now return 'available = true'
http://host:8080/sigma/rest/public/available
{"available":true,"showPortalLoginPage":true,"version":521"}
Identity Portal Monitoring:
CA Identity Portal 14.4 Monitoring Documentation
Managed Object Attributes