| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
Source |
SourcesApi.cloneSource(String clonedName,
Source source)
Clone a source.
|
Source |
SourcesApi.cloneSource(String clonedName,
String sourceID)
Clone a source.
|
Source |
SourcesApi.createSource(Source source)
Creates a Source, sets the sources ID and stores it.
|
Source |
SourcesApi.findSourceByID(String sourceID)
Retrieve a source.
|
Source |
SourcesApi.updateSource(Source source)
Update the source.
|
| Modifier and Type | Method and Description |
|---|---|
List<Source> |
SourcesApi.findSources()
Get all sources.
|
| Modifier and Type | Method and Description |
|---|---|
Source |
SourcesApi.cloneSource(String clonedName,
Source source)
Clone a source.
|
Source |
SourcesApi.createSource(Source source)
Creates a Source, sets the sources ID and stores it.
|
void |
SourcesApi.deleteSource(Source source)
Delete a source.
|
List<Bucket> |
SourcesApi.findBucketsBySource(Source source)
Get a sources buckets (will return dbrps in the form of buckets if it is a v1 source).
|
HealthCheck |
SourcesApi.health(Source source)
Get a sources health.
|
Source |
SourcesApi.updateSource(Source source)
Update the source.
|
| Modifier and Type | Method and Description |
|---|---|
Source |
Source._default(Boolean _default) |
Source |
Source.defaultRP(String defaultRP) |
Source |
Source.id(String id) |
Source |
Source.insecureSkipVerify(Boolean insecureSkipVerify) |
Source |
Source.links(SourceLinks links) |
Source |
Source.metaUrl(String metaUrl) |
Source |
Source.name(String name) |
Source |
Source.orgID(String orgID) |
Source |
Source.password(String password) |
Source |
Source.sharedSecret(String sharedSecret) |
Source |
Source.telegraf(String telegraf) |
Source |
Source.token(String token) |
Source |
Source.type(Source.TypeEnum type) |
Source |
Source.url(String url) |
Source |
Source.username(String username) |
| Modifier and Type | Method and Description |
|---|---|
List<Source> |
Sources.getSources()
Get sources
|
| Modifier and Type | Method and Description |
|---|---|
Sources |
Sources.addSourcesItem(Source sourcesItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
Sources.setSources(List<Source> sources) |
Sources |
Sources.sources(List<Source> sources) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Source> |
SourcesService.getSourcesID(String sourceID,
String zapTraceSpan)
Retrieve a source
|
retrofit2.Call<Source> |
SourcesService.patchSourcesID(String sourceID,
Source source,
String zapTraceSpan)
Update a Source
|
retrofit2.Call<Source> |
SourcesService.postSources(Source source,
String zapTraceSpan)
Create a source
|
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Source> |
SourcesService.patchSourcesID(String sourceID,
Source source,
String zapTraceSpan)
Update a Source
|
retrofit2.Call<Source> |
SourcesService.postSources(Source source,
String zapTraceSpan)
Create a source
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.