Register a client SDK

This is for future use. Currently Frontend client registration is not supported. Returning 200 for clients that expect this status code. If the Frontend API is disabled 404 is returned.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Request

frontendApiClientSchema
appNamestringRequired
Name of the application using Unleash
intervaldoubleRequired
At which interval, in milliseconds, will this client be expected to send metrics
startedstring or doubleRequired
When this client started. Should be reported as ISO8601 time.
strategieslist of stringsRequired
List of strategies implemented by this application
instanceIdstringOptional

Instance id for this application (typically hostname, podId or similar)

sdkVersionstringOptional

Optional field that describes the sdk version (name:version)

environmentstringOptionalDeprecated
deprecated

Response

This response has no body.

Errors