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 string required

    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 string deprecated

    deprecated

  • interval number required

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

  • started objectrequired

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

    oneOf
  • string date-time
  • strategies string[] required

    List of strategies implemented by this application

Responses

This response has no body.

Loading...