Instance usage statistics
GET<your-unleash-url>/api/admin/instance-admin/statistics/csv
Provides statistics about various features of Unleash to allow for reporting of usage for self-hosted customers. The response contains data such as the number of users, groups, features, strategies, versions, etc.
Responses
- 200
instanceAdminStatsSchemaCsv
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L '<your-unleash-url>/api/admin/instance-admin/statistics/csv' \
-H 'Accept: text/csv' \
-H 'Authorization: <Authorization>'
ResponseClear