Get instance statistics
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.
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Response
instanceAdminStatsSchema
instanceId
A unique identifier for this instance. Generated by the database migration scripts at first run. Typically a UUID.
timestamp
When these statistics were produced
versionOSS
The version of Unleash OSS that is bundled in this instance
versionEnterprise
The version of Unleash Enterprise that is bundled in this instance
users
The number of users this instance has
previousDayMetricsBucketsCount
The number client metrics buckets records recorded in the previous day. # features * # apps * # envs * # hours with metrics
activeUsers
The number of active users in the last 7, 30 and 90 days
licensedUsers
The number of users who had access to Unleash within the last 30 days, including those who may have been deleted during this period.
productionChanges
The number of changes to the production environment in the last 30, 60 and 90 days
featureToggles
The number of feature-toggles this instance has
projects
The number of projects defined in this instance.
contextFields
The number of context fields defined in this instance.
roles
The number of roles defined in this instance
groups
The number of groups defined in this instance
environments
The number of environments defined in this instance
segments
The number of segments defined in this instance
strategies
The number of strategies defined in this instance
SAMLenabled
Whether or not SAML authentication is enabled for this instance
OIDCenabled
Whether or not OIDC authentication is enabled for this instance
clientApps
A count of connected applications in the last week, last month and all time since last restart
featureExports
The number of export operations on this instance
featureImports
The number of import operations on this instance
apiTokens
The number of API tokens in Unleash, split by type
maxEnvironmentStrategies
The highest number of strategies used on a single feature flag in a single environment.
maxConstraints
The highest number of constraints used on a single strategy.
maxConstraintValues
The highest number of constraint values used on a single constraint.
releaseTemplates
The number of release templates in this instance
releasePlans
The number of release plans in this instance
edgeInstanceUsage
The average number of edge instances, per month, in the last 12 months, rounded to 3 decimal places
readOnlyUsers
The number of ReadOnly users in this instance
sum
A SHA-256 checksum of the instance statistics to be used to verify that the data in this object has not been tampered with