1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. fleet
  6. getFleet
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 getFleet

    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 getFleet(args: GetFleetArgs, opts?: InvokeOptions): Promise<GetFleetResult>
    function getFleetOutput(args: GetFleetOutputArgs, opts?: InvokeOptions): Output<GetFleetResult>
    def get_fleet(fleet_id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetFleetResult
    def get_fleet_output(fleet_id: pulumi.Input[Optional[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetFleetResult]
    func LookupFleet(ctx *Context, args *LookupFleetArgs, opts ...InvokeOption) (*LookupFleetResult, error)
    func LookupFleetOutput(ctx *Context, args *LookupFleetOutputArgs, opts ...InvokeOption) LookupFleetResultOutput

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

    public static class GetFleet 
    {
        public static Task<GetFleetResult> InvokeAsync(GetFleetArgs args, InvokeOptions? opts = null)
        public static Output<GetFleetResult> Invoke(GetFleetInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFleetResult> getFleet(GetFleetArgs args, InvokeOptions options)
    public static Output<GetFleetResult> getFleet(GetFleetArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:fleet/getFleet:getFleet
      arguments:
        # arguments dictionary
    data "thoth_fleet_get_fleet" "name" {
        # arguments
    }

    The following arguments are supported:

    FleetId string
    FleetId string
    fleet_id string
    fleetId String
    fleetId string
    fleetId String

    getFleet Result

    The following output properties are available:

    EndpointCount int
    FleetId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Region string
    ResponseJson string
    Status string
    EndpointCount int
    FleetId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Region string
    ResponseJson string
    Status string
    endpoint_count number
    fleet_id string
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    region string
    response_json string
    status string
    endpointCount Integer
    fleetId String
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    region String
    responseJson String
    status String
    endpointCount number
    fleetId string
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    region string
    responseJson string
    status string
    endpoint_count int
    fleet_id str
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    region str
    response_json str
    status str
    endpointCount Number
    fleetId String
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    region String
    responseJson 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