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

    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 getEndpoints(args: GetEndpointsArgs, opts?: InvokeOptions): Promise<GetEndpointsResult>
    function getEndpointsOutput(args: GetEndpointsOutputArgs, opts?: InvokeOptions): Output<GetEndpointsResult>
    def get_endpoints(environment: Optional[str] = None,
                      fleet_id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetEndpointsResult
    def get_endpoints_output(environment: pulumi.Input[Optional[str]] = None,
                      fleet_id: pulumi.Input[Optional[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetEndpointsResult]
    func GetEndpoints(ctx *Context, args *GetEndpointsArgs, opts ...InvokeOption) (*GetEndpointsResult, error)
    func GetEndpointsOutput(ctx *Context, args *GetEndpointsOutputArgs, opts ...InvokeOption) GetEndpointsResultOutput

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

    public static class GetEndpoints 
    {
        public static Task<GetEndpointsResult> InvokeAsync(GetEndpointsArgs args, InvokeOptions? opts = null)
        public static Output<GetEndpointsResult> Invoke(GetEndpointsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEndpointsResult> getEndpoints(GetEndpointsArgs args, InvokeOptions options)
    public static Output<GetEndpointsResult> getEndpoints(GetEndpointsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:fleet/getEndpoints:getEndpoints
      arguments:
        # arguments dictionary
    data "thoth_fleet_get_endpoints" "name" {
        # arguments
    }

    The following arguments are supported:

    Environment string
    FleetId string
    Environment string
    FleetId string
    environment string
    fleet_id string
    environment String
    fleetId String
    environment string
    fleetId string
    environment String
    fleetId String

    getEndpoints Result

    The following output properties are available:

    DataJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    Total int
    Environment string
    FleetId string
    DataJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    Total int
    Environment string
    FleetId string
    data_json string
    id string
    The provider-assigned unique ID for this managed resource.
    total number
    environment string
    fleet_id string
    dataJson String
    id String
    The provider-assigned unique ID for this managed resource.
    total Integer
    environment String
    fleetId String
    dataJson string
    id string
    The provider-assigned unique ID for this managed resource.
    total number
    environment string
    fleetId string
    data_json str
    id str
    The provider-assigned unique ID for this managed resource.
    total int
    environment str
    fleet_id str
    dataJson String
    id String
    The provider-assigned unique ID for this managed resource.
    total Number
    environment String
    fleetId 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