public interface TelegrafPluginsService
Modifier and Type | Method and Description |
---|---|
retrofit2.Call<TelegrafPlugins> |
getTelegrafPlugins(String zapTraceSpan,
String type)
List all Telegraf plugins
|
@GET(value="api/v2/telegraf/plugins") retrofit2.Call<TelegrafPlugins> getTelegrafPlugins(@Header(value="Zap-Trace-Span") String zapTraceSpan, @Query(value="type") String type)
zapTraceSpan
- OpenTracing span context (optional)type
- The type of plugin desired. (optional)Copyright © 2018–2022 InfluxData, Inc.. All rights reserved.