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 getEndpointStats
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 getEndpointStats(opts?: InvokeOptions): Promise<GetEndpointStatsResult>
function getEndpointStatsOutput(opts?: InvokeOptions): Output<GetEndpointStatsResult>def get_endpoint_stats(opts: Optional[InvokeOptions] = None) -> GetEndpointStatsResult
def get_endpoint_stats_output(opts: Optional[InvokeOptions] = None) -> Output[GetEndpointStatsResult]func GetEndpointStats(ctx *Context, opts ...InvokeOption) (*GetEndpointStatsResult, error)
func GetEndpointStatsOutput(ctx *Context, opts ...InvokeOption) GetEndpointStatsResultOutput> Note: This function is named GetEndpointStats in the Go SDK.
public static class GetEndpointStats
{
public static Task<GetEndpointStatsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetEndpointStatsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetEndpointStatsResult> getEndpointStats(InvokeOptions options)
public static Output<GetEndpointStatsResult> getEndpointStats(InvokeOptions options)
fn::invoke:
function: thoth:fleet/getEndpointStats:getEndpointStats
arguments:
# arguments dictionarydata "thoth_fleet_get_endpoint_stats" "name" {
# arguments
}getEndpointStats Result
The following output properties are available:
- At
Risk int - Id string
- The provider-assigned unique ID for this managed resource.
- Latest
Version string - Managed int
- Online int
- Proxy
Outdated int - Quarantined int
- Stale int
- Stats
Json string - Total int
- Unmanaged int
- At
Risk int - Id string
- The provider-assigned unique ID for this managed resource.
- Latest
Version string - Managed int
- Online int
- Proxy
Outdated int - Quarantined int
- Stale int
- Stats
Json string - Total int
- Unmanaged int
- at_
risk number - id string
- The provider-assigned unique ID for this managed resource.
- latest_
version string - managed number
- online number
- proxy_
outdated number - quarantined number
- stale number
- stats_
json string - total number
- unmanaged number
- at
Risk Integer - id String
- The provider-assigned unique ID for this managed resource.
- latest
Version String - managed Integer
- online Integer
- proxy
Outdated Integer - quarantined Integer
- stale Integer
- stats
Json String - total Integer
- unmanaged Integer
- at
Risk number - id string
- The provider-assigned unique ID for this managed resource.
- latest
Version string - managed number
- online number
- proxy
Outdated number - quarantined number
- stale number
- stats
Json string - total number
- unmanaged number
- at_
risk int - id str
- The provider-assigned unique ID for this managed resource.
- latest_
version str - managed int
- online int
- proxy_
outdated int - quarantined int
- stale int
- stats_
json str - total int
- unmanaged int
- at
Risk Number - id String
- The provider-assigned unique ID for this managed resource.
- latest
Version String - managed Number
- online Number
- proxy
Outdated Number - quarantined Number
- stale Number
- stats
Json String - total Number
- unmanaged Number
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