Request
clientMetricsSchema
appNamestringRequired
The name of the application that is evaluating toggles
sdkVersionstringOptional
An SDK version identifier. Usually formatted as “unleash-client-<language>:<version>”
platformNamestringOptional
The platform the application is running on. For languages that compile to binaries, this can be omitted
platformVersionstringOptional
The version of the platform the application is running on. Languages that compile to binaries, this is expected to be the compiler version used to assemble the binary.
yggdrasilVersionstringOptional
The semantic version of the Yggdrasil engine used by the client. If the client is using a native engine this can be omitted.
specVersionstringOptional
The version of the Unleash client specification the client supports
bucketobject or nullOptional
Holds all metrics gathered over a window of time. Typically 1 hour wide. May be omitted or null when the request only carries impact metrics.
environmentstringOptionalDeprecated
Which environment the application is running in. This property was deprecated in v5. This can be determined by the API key calling this endpoint.
Response
This response has no body.