Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
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 dictionarydata "thoth_fleet_get_endpoints" "name" {
# arguments
}The following arguments are supported:
- Environment string
- Fleet
Id string
- Environment string
- Fleet
Id string
- environment string
- fleet_
id string
- environment String
- fleet
Id String
- environment string
- fleet
Id string
- environment str
- fleet_
id str
- environment String
- fleet
Id String
getEndpoints Result
The following output properties are available:
- Data
Json string - Id string
- The provider-assigned unique ID for this managed resource.
- Total int
- Environment string
- Fleet
Id string
- Data
Json string - Id string
- The provider-assigned unique ID for this managed resource.
- Total int
- Environment string
- Fleet
Id string
- data_
json string - id string
- The provider-assigned unique ID for this managed resource.
- total number
- environment string
- fleet_
id string
- data
Json String - id String
- The provider-assigned unique ID for this managed resource.
- total Integer
- environment String
- fleet
Id String
- data
Json string - id string
- The provider-assigned unique ID for this managed resource.
- total number
- environment string
- fleet
Id string
- data_
json str - id str
- The provider-assigned unique ID for this managed resource.
- total int
- environment str
- fleet_
id str
- data
Json String - id String
- The provider-assigned unique ID for this managed resource.
- total Number
- environment String
- fleet
Id String
Package Details
- Repository
- thoth atensecurity/pulumi-thoth
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
thothTerraform Provider.
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security