Skip to content
Okke Harsta edited this page Oct 23, 2018 · 7 revisions

OpenConext-statistics API

See the README how to run the stats server locally.

The stats API is a read-only API on top of influxDB. The main endpoints are:

Miscellaneous endpoints:

  • First login GET /api/stats/first_login : The first login in the base login measurement
  • Last login GET /api/stats/last_login : The last login in the base login measurement
  • Service Providers GET /api/stats/service_providers : All known current Service Providers
  • Identity Providers GET /api/stats/identity_providers : All known current Identity Providers
  • Health GET /health : Health indicator to be used in Load Balancing software.
  • Info GET /info : Git information to see which version is deployed.
Clone this wiki locally