1. Packages
  2. InfluxDB
  3. API Docs
  4. getOrganizations
InfluxDB v1.3.0 published on Monday, Mar 10, 2025 by komminarlabs

influxdb.getOrganizations

Explore with Pulumi AI

InfluxDB v1.3.0 published on Monday, Mar 10, 2025 by komminarlabs

Lists organizations. InfluxDB returns all organizations.

Using getOrganizations

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getOrganizations(opts?: InvokeOptions): Promise<GetOrganizationsResult>
function getOrganizationsOutput(opts?: InvokeOptions): Output<GetOrganizationsResult>
Copy
def get_organizations(opts: Optional[InvokeOptions] = None) -> GetOrganizationsResult
def get_organizations_output(opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationsResult]
Copy
func GetOrganizations(ctx *Context, opts ...InvokeOption) (*GetOrganizationsResult, error)
func GetOrganizationsOutput(ctx *Context, opts ...InvokeOption) GetOrganizationsResultOutput
Copy

> Note: This function is named GetOrganizations in the Go SDK.

public static class GetOrganizations 
{
    public static Task<GetOrganizationsResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetOrganizationsResult> Invoke(InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetOrganizationsResult> getOrganizations(InvokeOptions options)
public static Output<GetOrganizationsResult> getOrganizations(InvokeOptions options)
Copy
fn::invoke:
  function: influxdb:index/getOrganizations:getOrganizations
  arguments:
    # arguments dictionary
Copy

getOrganizations Result

The following output properties are available:

Id string
The provider-assigned unique ID for this managed resource.
Organizations List<KomminarLabs.InfluxDB.Outputs.GetOrganizationsOrganization>
Id string
The provider-assigned unique ID for this managed resource.
Organizations []GetOrganizationsOrganization
id String
The provider-assigned unique ID for this managed resource.
organizations List<GetOrganizationsOrganization>
id string
The provider-assigned unique ID for this managed resource.
organizations GetOrganizationsOrganization[]
id str
The provider-assigned unique ID for this managed resource.
organizations Sequence[GetOrganizationsOrganization]
id String
The provider-assigned unique ID for this managed resource.
organizations List<Property Map>

Supporting Types

GetOrganizationsOrganization

CreatedAt This property is required. string
Organization creation date.
Description This property is required. string
The description of the organization.
Id This property is required. string
An organization ID.
Name This property is required. string
The name of the organization.
UpdatedAt This property is required. string
Last Organization update date.
CreatedAt This property is required. string
Organization creation date.
Description This property is required. string
The description of the organization.
Id This property is required. string
An organization ID.
Name This property is required. string
The name of the organization.
UpdatedAt This property is required. string
Last Organization update date.
createdAt This property is required. String
Organization creation date.
description This property is required. String
The description of the organization.
id This property is required. String
An organization ID.
name This property is required. String
The name of the organization.
updatedAt This property is required. String
Last Organization update date.
createdAt This property is required. string
Organization creation date.
description This property is required. string
The description of the organization.
id This property is required. string
An organization ID.
name This property is required. string
The name of the organization.
updatedAt This property is required. string
Last Organization update date.
created_at This property is required. str
Organization creation date.
description This property is required. str
The description of the organization.
id This property is required. str
An organization ID.
name This property is required. str
The name of the organization.
updated_at This property is required. str
Last Organization update date.
createdAt This property is required. String
Organization creation date.
description This property is required. String
The description of the organization.
id This property is required. String
An organization ID.
name This property is required. String
The name of the organization.
updatedAt This property is required. String
Last Organization update date.

Package Details

Repository
influxdb komminarlabs/pulumi-influxdb
License
Apache-2.0
Notes
This Pulumi package is based on the influxdb Terraform Provider.
InfluxDB v1.3.0 published on Monday, Mar 10, 2025 by komminarlabs