public interface RulesService
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<FluxResponse> |
getNotificationRulesIDQuery(String ruleID,
String zapTraceSpan)
Retrieve a notification rule query
|
@GET(value="api/v2/notificationRules/{ruleID}/query")
retrofit2.Call<FluxResponse> getNotificationRulesIDQuery(@Path(value="ruleID")
String ruleID,
@Header(value="Zap-Trace-Span")
String zapTraceSpan)
ruleID - The notification rule ID. (required)zapTraceSpan - OpenTracing span context (optional)Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.