1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. fleet
  6. getFleets
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
thoth logo
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security

    Using getFleets

    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 getFleets(args: GetFleetsArgs, opts?: InvokeOptions): Promise<GetFleetsResult>
    function getFleetsOutput(args: GetFleetsOutputArgs, opts?: InvokeOptions): Output<GetFleetsResult>
    def get_fleets(provider_name: Optional[str] = None,
                   region: Optional[str] = None,
                   status: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetFleetsResult
    def get_fleets_output(provider_name: pulumi.Input[Optional[str]] = None,
                   region: pulumi.Input[Optional[str]] = None,
                   status: pulumi.Input[Optional[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetFleetsResult]
    func GetFleets(ctx *Context, args *GetFleetsArgs, opts ...InvokeOption) (*GetFleetsResult, error)
    func GetFleetsOutput(ctx *Context, args *GetFleetsOutputArgs, opts ...InvokeOption) GetFleetsResultOutput

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

    public static class GetFleets 
    {
        public static Task<GetFleetsResult> InvokeAsync(GetFleetsArgs args, InvokeOptions? opts = null)
        public static Output<GetFleetsResult> Invoke(GetFleetsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFleetsResult> getFleets(GetFleetsArgs args, InvokeOptions options)
    public static Output<GetFleetsResult> getFleets(GetFleetsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:fleet/getFleets:getFleets
      arguments:
        # arguments dictionary
    data "thoth_fleet_get_fleets" "name" {
        # arguments
    }

    The following arguments are supported:

    ProviderName string
    Region string
    Status string
    ProviderName string
    Region string
    Status string
    provider_name string
    region string
    status string
    providerName String
    region String
    status String
    providerName string
    region string
    status string
    providerName String
    region String
    status String

    getFleets Result

    The following output properties are available:

    DataJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    Total int
    ProviderName string
    Region string
    Status string
    DataJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    Total int
    ProviderName string
    Region string
    Status string
    data_json string
    id string
    The provider-assigned unique ID for this managed resource.
    total number
    provider_name string
    region string
    status string
    dataJson String
    id String
    The provider-assigned unique ID for this managed resource.
    total Integer
    providerName String
    region String
    status String
    dataJson string
    id string
    The provider-assigned unique ID for this managed resource.
    total number
    providerName string
    region string
    status string
    data_json str
    id str
    The provider-assigned unique ID for this managed resource.
    total int
    provider_name str
    region str
    status str
    dataJson String
    id String
    The provider-assigned unique ID for this managed resource.
    total Number
    providerName String
    region String
    status String

    Package Details

    Repository
    thoth atensecurity/pulumi-thoth
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the thoth Terraform Provider.
    thoth logo
    Viewing docs for Thoth v0.1.15
    published on Thursday, Jul 23, 2026 by Aten Security

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial