Package com.influxdb.client.service
Interface TelegrafPluginsService
public interface TelegrafPluginsService
-
Method Summary
Modifier and TypeMethodDescriptionretrofit2.Call
<TelegrafPlugins> getTelegrafPlugins
(String zapTraceSpan, String type) List all Telegraf plugins
-
Method Details
-
getTelegrafPlugins
@GET("api/v2/telegraf/plugins") retrofit2.Call<TelegrafPlugins> getTelegrafPlugins(@Header("Zap-Trace-Span") String zapTraceSpan, @Query("type") String type) List all Telegraf plugins- Parameters:
zapTraceSpan
- OpenTracing span context (optional)type
- The type of plugin desired. (optional)- Returns:
- Call<TelegrafPlugins>
-