| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain | |
| com.influxdb.client.internal | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
Organization |
OrganizationsApi.cloneOrganization(String clonedName,
Organization organization)
Clone an organization.
|
Organization |
OrganizationsApi.cloneOrganization(String clonedName,
String orgID)
Clone an organization.
|
Organization |
OrganizationsApi.createOrganization(Organization organization)
Creates a new organization and sets
getId() with the new identifier. |
Organization |
OrganizationsApi.createOrganization(String name)
Creates a new organization and sets
getId() with the new identifier. |
Organization |
OrganizationsApi.findOrganizationByID(String orgID)
Retrieve an organization.
|
Organization |
OrganizationsApi.updateOrganization(Organization organization)
Update an organization.
|
| Modifier and Type | Method and Description |
|---|---|
List<Organization> |
OrganizationsApi.findOrganizations()
List all organizations.
|
List<Organization> |
OrganizationsApi.findOrganizations(OrganizationsQuery query)
List all organizations.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceMember |
OrganizationsApi.addMember(User member,
Organization organization)
Add organization member.
|
ResourceOwner |
OrganizationsApi.addOwner(User owner,
Organization organization)
Add organization owner.
|
Organization |
OrganizationsApi.cloneOrganization(String clonedName,
Organization organization)
Clone an organization.
|
Authorization |
AuthorizationsApi.createAuthorization(Organization organization,
List<Permission> permissions)
Create an authorization with defined
permissions. |
Bucket |
BucketsApi.createBucket(String name,
BucketRetentionRules bucketRetentionRules,
Organization organization)
Creates a new bucket and sets
Bucket.getId() with the new identifier. |
Bucket |
BucketsApi.createBucket(String name,
Organization organization)
Creates a new bucket and sets
Bucket.getId() with the new identifier. |
Organization |
OrganizationsApi.createOrganization(Organization organization)
Creates a new organization and sets
getId() with the new identifier. |
Task |
TasksApi.createTaskCron(String name,
String flux,
String cron,
Organization organization)
Creates a new task with task repetition by cron.
|
Task |
TasksApi.createTaskEvery(String name,
String flux,
String every,
Organization organization)
Creates a new task with task repetition by duration expression ("1h", "30s").
|
Telegraf |
TelegrafsApi.createTelegraf(String name,
String description,
Organization org,
Collection<TelegrafPlugin> plugins)
Create a telegraf config.
|
Telegraf |
TelegrafsApi.createTelegraf(String name,
String description,
Organization org,
Map<String,Object> agentConfiguration,
Collection<TelegrafPlugin> plugins)
Create a telegraf config.
|
Telegraf |
TelegrafsApi.createTelegraf(String name,
String description,
Organization org,
String config,
TelegrafRequestMetadata metadata)
Create a telegraf config.
|
void |
DeleteApi.delete(OffsetDateTime start,
OffsetDateTime stop,
String predicate,
Bucket bucket,
Organization org)
Delete Time series data from InfluxDB.
|
void |
OrganizationsApi.deleteMember(User member,
Organization organization)
Removes a member from an organization.
|
void |
OrganizationsApi.deleteOrganization(Organization organization)
Delete an organization.
|
void |
OrganizationsApi.deleteOwner(User owner,
Organization organization)
Removes a owner from an organization.
|
void |
OrganizationsApi.deleteSecrets(List<String> secrets,
Organization organization)
Delete provided secrets.
|
List<Authorization> |
AuthorizationsApi.findAuthorizationsByOrg(Organization organization)
List all authorizations for specified
organization. |
List<Bucket> |
BucketsApi.findBucketsByOrg(Organization organization)
List all buckets for specified
organization. |
List<Dashboard> |
DashboardsApi.findDashboardsByOrganization(Organization organization)
Get dashboards.
|
List<Label> |
LabelsApi.findLabelsByOrg(Organization organization)
Get all labels.
|
List<ScraperTargetResponse> |
ScraperTargetsApi.findScraperTargetsByOrg(Organization organization)
Get all scraper targets.
|
List<Task> |
TasksApi.findTasksByOrganization(Organization organization)
Lists tasks, limit 100.
|
List<Telegraf> |
TelegrafsApi.findTelegrafsByOrg(Organization organization)
Returns a list of telegraf configs for specified
organization. |
List<Variable> |
VariablesApi.findVariables(Organization organization)
Get all variables.
|
List<ResourceMember> |
OrganizationsApi.getMembers(Organization organization)
List all members of an organization.
|
List<ResourceOwner> |
OrganizationsApi.getOwners(Organization organization)
List all owners of an organization.
|
SecretKeysResponse |
OrganizationsApi.getSecrets(Organization organization)
List of secret keys the are stored for Organization.
|
void |
OrganizationsApi.putSecrets(Map<String,String> secrets,
Organization organization)
Patches all provided secrets and updates any previous values.
|
Organization |
OrganizationsApi.updateOrganization(Organization organization)
Update an organization.
|
| Modifier and Type | Method and Description |
|---|---|
Organization |
Organization.description(String description) |
Organization |
OnboardingResponse.getOrg()
Get org
|
Organization |
Organization.links(OrganizationLinks links) |
Organization |
Organization.name(String name) |
Organization |
Organization.status(Organization.StatusEnum status) |
| Modifier and Type | Method and Description |
|---|---|
List<Organization> |
Organizations.getOrgs()
Get orgs
|
| Modifier and Type | Method and Description |
|---|---|
Organizations |
Organizations.addOrgsItem(Organization orgsItem) |
OnboardingResponse |
OnboardingResponse.org(Organization org) |
void |
OnboardingResponse.setOrg(Organization org) |
| Modifier and Type | Method and Description |
|---|---|
Organizations |
Organizations.orgs(List<Organization> orgs) |
void |
Organizations.setOrgs(List<Organization> orgs) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteApiImpl.delete(OffsetDateTime start,
OffsetDateTime stop,
String predicate,
Bucket bucket,
Organization org) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Organization> |
OrganizationsService.getOrgsID(String orgID,
String zapTraceSpan)
Retrieve an organization
|
retrofit2.Call<Organization> |
OrganizationsService.patchOrgsID(String orgID,
PatchOrganizationRequest patchOrganizationRequest,
String zapTraceSpan)
Update an organization
|
retrofit2.Call<Organization> |
OrganizationsService.postOrgs(PostOrganizationRequest postOrganizationRequest,
String zapTraceSpan)
Create an organization
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.