There are two facilities that can be used to monitor the SCIM activity in the server.
  • HTTPConnectionHandlerStatisticsMonitorProvider -- Provides statistics straight about total and average active connections, requests per connection, connection duration, processing time, invocation count, etc.
  • SCIMServletMonitorProvider -- Provides high level statistics about request methods (POST, PUT, GET, etc.), content types (JSON, XML), and response codes, for example, "user-patch-404:26".

The LDAP object class endpoints are treated as their own resource types, so that for requests using the Identity Access API, there will be statistics, such as person-get-200 and inetorgperson-post-401.