Interface TelemetryRestService

All Known Implementing Classes:
TelemetryRestServiceImpl

@Deprecated(forRemoval=true, since="1.0") @Produces("application/json") public interface TelemetryRestService
Deprecated, for removal: This API element is subject to removal in a future version.
The sending telemetry feature is removed. Please remove the endpoint usages as they are no longer needed.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Field Details

    • PATH

      static final String PATH
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Method Details

    • configureTelemetry

      @POST @Path("/configuration") @Consumes("application/json") void configureTelemetry(TelemetryConfigurationDto dto)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTelemetryConfiguration

      @GET @Path("/configuration") @Produces("application/json") TelemetryConfigurationDto getTelemetryConfiguration()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTelemetryData

      @GET @Path("/data") @Produces("application/json") TelemetryDataDto getTelemetryData()
      Deprecated, for removal: This API element is subject to removal in a future version.