Server State

You can access information about the current state of the IDM instance through the info endpoint, as shown in the following table:

URIHTTP OperationDescription
/openidm/info/features?_queryFilter=trueGET Queries the available features in the server configuration.
/openidm/info/loginGET Provides authentication and authorization details for the current user.
/openidm/info/pingGET Lists the current server state. Possible states are STARTING, ACTIVE_READY, ACTIVE_NOT_READY, and STOPPING.
/openidm/info/uiconfigGET Provides the UI configuration of this IDM instance. The language parameter returned is the user's preferred language, based on the Accept-Language header included in the request. If Accept-Language is not specified in the request, it returns the language set in conf/ui-configuration.json.
/openidm/info/versionGET Provides the software version of this IDM instance.
Read a different version of :