Uses of Class
com.influxdb.client.domain.Source
-
Uses of Source in com.influxdb.client
Modifier and TypeMethodDescriptionSourcesApi.cloneSource
(String clonedName, Source source) Clone a source.SourcesApi.cloneSource
(String clonedName, String sourceID) Clone a source.SourcesApi.createSource
(Source source) Creates a Source, sets the sources ID and stores it.SourcesApi.findSourceByID
(String sourceID) Retrieve a source.SourcesApi.updateSource
(Source source) Update the source.Modifier and TypeMethodDescriptionSourcesApi.cloneSource
(String clonedName, Source source) Clone a source.SourcesApi.createSource
(Source source) Creates a Source, sets the sources ID and stores it.void
SourcesApi.deleteSource
(Source source) Delete a source.SourcesApi.findBucketsBySource
(Source source) Get a sources buckets (will return dbrps in the form of buckets if it is a v1 source).Get a sources health.SourcesApi.updateSource
(Source source) Update the source. -
Uses of Source in com.influxdb.client.domain
Modifier and TypeMethodDescriptionSource.insecureSkipVerify
(Boolean insecureSkipVerify) Source.links
(SourceLinks links) Source.sharedSecret
(String sharedSecret) Source.type
(Source.TypeEnum type) -
Uses of Source in com.influxdb.client.service
Modifier and TypeMethodDescriptionretrofit2.Call
<Source> SourcesService.getSourcesID
(String sourceID, String zapTraceSpan) Retrieve a sourceretrofit2.Call
<Source> SourcesService.patchSourcesID
(String sourceID, Source source, String zapTraceSpan) Update a Sourceretrofit2.Call
<Source> SourcesService.postSources
(Source source, String zapTraceSpan) Create a sourceModifier and TypeMethodDescriptionretrofit2.Call
<Source> SourcesService.patchSourcesID
(String sourceID, Source source, String zapTraceSpan) Update a Sourceretrofit2.Call
<Source> SourcesService.postSources
(Source source, String zapTraceSpan) Create a source