Uses of Class
com.influxdb.client.domain.HTTPNotificationEndpoint
-
Uses of HTTPNotificationEndpoint in com.influxdb.client
Modifier and TypeMethodDescriptionNotificationEndpointsApi.cloneHTTPEndpoint
(String name, HTTPNotificationEndpoint endpoint) Clone a Http Notification endpoint without authentication.NotificationEndpointsApi.cloneHTTPEndpoint
(String name, String endpointID) Clone a Http Notification endpoint without authentication.NotificationEndpointsApi.cloneHTTPEndpointBasicAuth
(String name, String username, String password, HTTPNotificationEndpoint endpoint) Clone a Http Notification endpoint with Http Basic authentication.NotificationEndpointsApi.cloneHTTPEndpointBasicAuth
(String name, String username, String password, String endpointID) Clone a Http Notification endpoint with Http Basic authentication.NotificationEndpointsApi.cloneHTTPEndpointBearer
(String name, String token, HTTPNotificationEndpoint endpoint) Clone a Http Notification endpoint with Bearer authentication.NotificationEndpointsApi.cloneHTTPEndpointBearer
(String name, String token, String endpointID) Clone a Http Notification endpoint with Bearer authentication.NotificationEndpointsApi.createHTTPEndpoint
(String name, String url, HTTPNotificationEndpoint.MethodEnum method, String orgID) Add new HTTP notification endpoint without authentication.NotificationEndpointsApi.createHTTPEndpointBasicAuth
(String name, String url, HTTPNotificationEndpoint.MethodEnum method, String username, String password, String orgID) Add new HTTP notification endpoint with Http Basic authentication.NotificationEndpointsApi.createHTTPEndpointBearer
(String name, String url, HTTPNotificationEndpoint.MethodEnum method, String token, String orgID) Add new HTTP notification endpoint with Bearer authentication.Modifier and TypeMethodDescriptionNotificationEndpointsApi.cloneHTTPEndpoint
(String name, HTTPNotificationEndpoint endpoint) Clone a Http Notification endpoint without authentication.NotificationEndpointsApi.cloneHTTPEndpointBasicAuth
(String name, String username, String password, HTTPNotificationEndpoint endpoint) Clone a Http Notification endpoint with Http Basic authentication.NotificationEndpointsApi.cloneHTTPEndpointBearer
(String name, String token, HTTPNotificationEndpoint endpoint) Clone a Http Notification endpoint with Bearer authentication.NotificationRulesApi.createHTTPRule
(String name, String every, RuleStatusLevel status, List<TagRule> tagRules, HTTPNotificationEndpoint endpoint, String orgID) Add a HTTP notification rule. -
Uses of HTTPNotificationEndpoint in com.influxdb.client.domain
Modifier and TypeMethodDescriptionHTTPNotificationEndpoint.authMethod
(HTTPNotificationEndpoint.AuthMethodEnum authMethod) HTTPNotificationEndpoint.contentTemplate
(String contentTemplate) HTTPNotificationEndpoint.method
(HTTPNotificationEndpoint.MethodEnum method) HTTPNotificationEndpoint.putHeadersItem
(String key, String headersItem)