Interface TelemetryRestService

All Known Implementing Classes:
TelemetryRestServiceImpl

@Produces("application/json") public interface TelemetryRestService
  • Field Details

  • Method Details

    • configureTelemetry

      @Deprecated @POST @Path("/configuration") @Consumes("application/json") void configureTelemetry(TelemetryConfigurationDto dto)
      Deprecated.
      The sending telemetry feature is removed. Please remove the endpoint usages as they are no longer needed.
    • getTelemetryConfiguration

      @Deprecated @GET @Path("/configuration") @Produces("application/json") TelemetryConfigurationDto getTelemetryConfiguration()
      Deprecated.
      The sending telemetry feature is removed. Please remove the endpoint usages as they are no longer needed.
    • getTelemetryData

      @GET @Path("/data") @Produces("application/json") TelemetryDataDto getTelemetryData()