Server state
You can access information about the current state of the IDM instance through the info and health endpoints, as shown in the following table:
| URI | HTTP Operation | Description | ||
|---|---|---|---|---|
/openidm/info/features?_queryFilter=true |
GET |
Queries the available features in the server configuration.
|
||
/openidm/info/login |
GET |
Provides authentication and authorization details for the current user. |
||
/openidm/info/ping |
GET |
Indicates the current server status. Possible states are
|
||
/openidm/health |
GET |
Indicates the current server status. Possible states are
|
||
/openidm/health/live |
GET |
Checks if the IDM instance is running. Returns a |
||
/openidm/health/ready |
GET |
Checks if the IDM instance is ready to accept traffic. Returns a |
||
/openidm/info/uiconfig |
GET |
Provides the UI configuration of this IDM instance. The language parameter returned is the user’s preferred language, based on the |
||
/openidm/info/version |
GET |
Provides the software version of this IDM instance. |