Skip to main content

Register a client SDK

POST 

/api/frontend/client/register

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.

Request

Body

required

frontendApiClientSchema

    appName stringrequired

    Name of the application using Unleash

    instanceId string

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

    sdkVersion string

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

    environment stringdeprecated

    deprecated

    Example: development
    interval numberrequired

    At which interval, in milliseconds, will this client be expected to send metrics

    started

    object

    required

    When this client started. Should be reported as ISO8601 time.

    oneOf

    string

    strategies string[]required

    List of strategies implemented by this application

Responses

This response has no body.

Loading...